mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +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
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
uint8_t g_cpuint_map[ESP32C3_CPUINT_MAX];
|
static uint8_t g_cpuint_map[ESP32C3_CPUINT_MAX];
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user