mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
risc-v/esp32c3: Ensure internal linkage of interrupt map
This commit is contained in:
committed by
Abdelatif Guettouche
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
|
||||
|
||||
Reference in New Issue
Block a user