cpu/ezr32wg: set CPU_HAS_BITBAND

This commit is contained in:
Benjamin Valentin 2020-07-14 22:36:15 +02:00 committed by Benjamin Valentin
parent f53ae74269
commit 69c436b891

View File

@ -42,6 +42,15 @@ extern "C" {
#define CPU_FLASH_BASE FLASH_BASE
/** @} */
/**
* @brief Bit-Band configuration
* @{
*/
#ifdef BITBAND_RAM_BASE
#define CPU_HAS_BITBAND 1
#endif
/** @} */
#ifdef __cplusplus
}
#endif