We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97acc2e commit ddd50d9Copy full SHA for ddd50d9
portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -51,6 +51,8 @@ extern "C" {
51
#define portSHORT short
52
#define portSTACK_TYPE uint16_t
53
#define portBASE_TYPE short
54
+#define portPOINTER_SIZE_TYPE size_t
55
+#define SIZE_MAX ( ( size_t ) -1 )
56
57
typedef portSTACK_TYPE StackType_t;
58
typedef short BaseType_t;
0 commit comments