Skip to content

Commit c7da847

Browse files
committed
Fix FreeRTOS#697: Missing portPOINTER_SIZE_TYPE definition for ATmega port
1 parent 891dcdf commit c7da847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

portable/ThirdParty/GCC/ATmega/portmacro.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
#define portLONG long
5555
#define portSHORT int
5656

57+
#define portPOINTER_SIZE_TYPE uint16_t
58+
5759
typedef uint8_t StackType_t;
5860
typedef int8_t BaseType_t;
5961
typedef uint8_t UBaseType_t;

0 commit comments

Comments
 (0)