mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
atmega - add legacy type definitions
This commit is contained in:
parent
d62af1e8a3
commit
d356bfc02f
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ extern "C" {
|
|||
*/
|
||||
|
||||
/* Type definitions. */
|
||||
#define portCHAR char
|
||||
#define portFLOAT float
|
||||
#define portDOUBLE double
|
||||
#define portLONG long
|
||||
#define portSHORT int
|
||||
|
||||
typedef uint8_t StackType_t;
|
||||
typedef int8_t BaseType_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue