mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
risc-v/esp32c3: Remove unused macros
This commit is contained in:
parent
f00deae9ac
commit
a2bcffde73
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue