cpu/cc26x0: add missing PERIPH_BASE define

This commit is contained in:
Kaspar Schleiser 2018-09-21 18:24:59 +02:00 committed by MrKevinWeiss
parent 4dd09eaa06
commit 7b6d8d65ff

View File

@ -106,6 +106,7 @@ typedef enum IRQn
* @{ * @{
*/ */
#define FLASH_BASE 0x00000000 /**< FLASH base address */ #define FLASH_BASE 0x00000000 /**< FLASH base address */
#define PERIPH_BASE 0x40000000 /**< Peripheral base address */
/*@}*/ /*@}*/
#ifdef __cplusplus #ifdef __cplusplus