1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/cc26x0_cc13x0: fix build

This commit is contained in:
Benjamin Valentin 2021-09-14 14:58:03 +02:00
parent 0386aea20e
commit f6950daf4c

View File

@ -136,7 +136,7 @@ typedef struct {
/**
* @brief FCFG register bank
*/
#define FCFG ((fcfg_regs_t *) (FCFG_BASE)
#define FCFG ((fcfg_regs_t *) (FCFG_BASE))
#ifdef __cplusplus
} /* end extern "C" */