Skip to content

Commit

Permalink
Fix #697: Missing portPOINTER_SIZE_TYPE definition for ATmega port (#698
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jputcu authored Jun 29, 2023
1 parent 891dcdf commit 1c5eca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portable/ThirdParty/GCC/ATmega/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
#define portLONG long
#define portSHORT int

#define portPOINTER_SIZE_TYPE uint16_t

typedef uint8_t StackType_t;
typedef int8_t BaseType_t;
typedef uint8_t UBaseType_t;
Expand Down

0 comments on commit 1c5eca3

Please sign in to comment.