mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Finalise MSP43FR5969 IAR and CCS demos (hopefully).
This commit is contained in:
parent
9bb5b40c81
commit
067c1573c3
9 changed files with 476 additions and 76 deletions
|
@ -96,6 +96,7 @@
|
|||
#define portSTACK_TYPE uint32_t
|
||||
#else
|
||||
#define portSTACK_TYPE uint16_t
|
||||
#define portPOINTER_SIZE_TYPE uint16_t
|
||||
#endif
|
||||
|
||||
typedef portSTACK_TYPE StackType_t;
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
/* The stack type changes depending on the data model. */
|
||||
#if( __DATA_MODEL__ == __DATA_MODEL_SMALL__ )
|
||||
#define portSTACK_TYPE uint16_t
|
||||
#define portPOINTER_SIZE_TYPE uint16_t
|
||||
#else
|
||||
#define portSTACK_TYPE uint32_t
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue