risc-v/esp32c3: Ensure internal linkage of interrupt map
This commit is contained in:
parent
a2bcffde73
commit
f53306f9af
@ -65,7 +65,7 @@ volatile uint32_t *g_current_regs;
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
uint8_t g_cpuint_map[ESP32C3_CPUINT_MAX];
|
||||
static uint8_t g_cpuint_map[ESP32C3_CPUINT_MAX];
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
Loading…
Reference in New Issue
Block a user