From a2bcffde7302c161ba6d4cc85c59c192ef7e19ff Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 4 Jun 2021 14:40:11 -0300 Subject: [PATCH] risc-v/esp32c3: Remove unused macros --- arch/risc-v/src/esp32c3/esp32c3_irq.c | 12 ------------ 1 file changed, 12 deletions(-) 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 ****************************************************************************/