Fix #697: Missing portPOINTER_SIZE_TYPE definition for ATmega port (#698)

This commit is contained in:
Joris Putcuyps 2023-06-29 20:18:51 +02:00 committed by GitHub
parent 891dcdf80a
commit 1c5eca348f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;