risc-v/esp32c3: Remove unused macros

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

View file

@ -55,18 +55,6 @@
#define CPUINT_UNASSIGNED 0xff
/* Wi-Fi reserved CPU interrupt bit */
#ifdef CONFIG_ESP32C3_WIRELESS
# define CPUINT_WMAC_MAP (1 << ESP32C3_CPUINT_WMAC)
#else
# define CPUINT_WMAC_MAP 0
#endif
/* Reserved CPU interrupt bits */
#define CPUINT_RESERVED_MAPS (CPUINT_WMAC_MAP)
/****************************************************************************
* Public Data
****************************************************************************/