feat(freertos): Change task stack unit from "unsigned long" to "unsigned char"

This commit is contained in:
Dong Heng
2018-07-09 11:24:16 +08:00
parent d807a8c273
commit 0a0db61155
3 changed files with 12 additions and 11 deletions

View File

@@ -105,7 +105,7 @@ extern "C" {
#define portDOUBLE double
#define portLONG long
#define portSHORT short
#define portSTACK_TYPE unsigned portLONG
#define portSTACK_TYPE unsigned char
#define portBASE_TYPE long
#define BaseType_t portBASE_TYPE