1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Benjamin Valentin 2020-08-07 18:06:26 +02:00 committed by Benjamin Valentin
parent e886dad430
commit 0e22910c94

View File

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