mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-19 08:10:48 -05:00
Suggested context switching for dsPIC33CK. Now compiles and links. Untested on HW.
This commit is contained in:
parent
61df9abef9
commit
33ceffd1e7
3 changed files with 123 additions and 2 deletions
|
|
@ -54,8 +54,8 @@
|
|||
#define portSTACK_TYPE uint16_t
|
||||
#define portBASE_TYPE short
|
||||
#define portPOINTER_SIZE_TYPE size_t
|
||||
/* Microchip xc16 compilers already define SIZE_MAX in stdint.h */
|
||||
#ifndef SIZE_MAX
|
||||
/* Microchip xc16 and xc-dsc compilers already define SIZE_MAX in stdint.h */
|
||||
#define SIZE_MAX ( ( size_t ) -1 )
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue