risc-v/esp32c3: Ensure internal linkage of interrupt map

This commit is contained in:
Gustavo Henrique Nihei 2021-06-04 14:40:47 -03:00 committed by Abdelatif Guettouche
parent a2bcffde73
commit f53306f9af

View File

@ -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