atmega - add legacy type definitions

This commit is contained in:
Phillip Stevens 2020-04-09 17:28:22 +10:00
parent d62af1e8a3
commit d356bfc02f

View file

@ -43,6 +43,11 @@ extern "C" {
*/ */
/* Type definitions. */ /* Type definitions. */
#define portCHAR char
#define portFLOAT float
#define portDOUBLE double
#define portLONG long
#define portSHORT int
typedef uint8_t StackType_t; typedef uint8_t StackType_t;
typedef int8_t BaseType_t; typedef int8_t BaseType_t;