uint8_t is big enough for global. Range of values only 2-10
This commit is contained in:
parent
67900beaaa
commit
369c942605
@ -335,7 +335,7 @@
|
|||||||
const uint32_t g_idle_topstack = (uint32_t)&_ebss + CONFIG_IDLETHREAD_STACKSIZE;
|
const uint32_t g_idle_topstack = (uint32_t)&_ebss + CONFIG_IDLETHREAD_STACKSIZE;
|
||||||
|
|
||||||
#ifdef MM_HAVE_REGION
|
#ifdef MM_HAVE_REGION
|
||||||
static uint32_t g_mem_region_next = 0;
|
static uint8_t g_mem_region_next = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user