diff --git a/arch/risc-v/src/esp32c3/esp32c3_irq.c b/arch/risc-v/src/esp32c3/esp32c3_irq.c index f79cdae48a0..d40acebe5a3 100644 --- a/arch/risc-v/src/esp32c3/esp32c3_irq.c +++ b/arch/risc-v/src/esp32c3/esp32c3_irq.c @@ -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 ****************************************************************************/