cpu/cc2538: set CPU_HAS_BITBAND

This commit is contained in:
Benjamin Valentin 2020-08-07 17:42:25 +02:00 committed by Benjamin Valentin
parent 69c436b891
commit b8d49fe627

View File

@ -40,6 +40,7 @@ extern "C" {
#define CPU_DEFAULT_IRQ_PRIO (1U) #define CPU_DEFAULT_IRQ_PRIO (1U)
#define CPU_IRQ_NUMOF PERIPH_COUNT_IRQn #define CPU_IRQ_NUMOF PERIPH_COUNT_IRQn
#define CPU_FLASH_BASE FLASH_BASE #define CPU_FLASH_BASE FLASH_BASE
#define CPU_HAS_BITBAND (1)
/** @} */ /** @} */
#ifdef __cplusplus #ifdef __cplusplus