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 * @brief FCFG register bank
*/ */
#define FCFG ((fcfg_regs_t *) (FCFG_BASE) #define FCFG ((fcfg_regs_t *) (FCFG_BASE))
#ifdef __cplusplus #ifdef __cplusplus
} /* end extern "C" */ } /* end extern "C" */