We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9803047 + 0b26579 commit 196584dCopy full SHA for 196584d
rtos/rtx/TARGET_CORTEX_A/RTX_CM_lib.h
@@ -51,7 +51,7 @@
51
#define _declare_box(pool,size,cnt) uint32_t pool[(((size)+3)/4)*(cnt) + 3]
52
#define _declare_box8(pool,size,cnt) uint64_t pool[(((size)+7)/8)*(cnt) + 2]
53
54
-#define OS_TCB_SIZE 60
+#define OS_TCB_SIZE 64
55
#define OS_TMR_SIZE 8
56
57
#if defined (__CC_ARM) && !defined (__MICROLIB)
rtos/rtx/TARGET_CORTEX_M/RTX_CM_lib.h
@@ -52,7 +52,7 @@
58
typedef void *OS_ID;
0 commit comments