mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Work in progress still.
This commit is contained in:
parent
0faf33fbca
commit
97bee57daa
2 changed files with 13 additions and 11 deletions
|
@ -47,6 +47,11 @@
|
|||
#include "mb96348hs.h"
|
||||
#include <stddef.h>
|
||||
|
||||
#define portSMALL 0
|
||||
#define portMEDIUM 1
|
||||
#define portCOMPACT 2
|
||||
#define portLARGE 3
|
||||
|
||||
|
||||
/*-----------------------------------------------------------
|
||||
* Port specific definitions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue