cpu/ezr32wg: set CPU_HAS_BITBAND
This commit is contained in:
parent
f53ae74269
commit
69c436b891
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user