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:
parent
0386aea20e
commit
f6950daf4c
@ -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" */
|
||||
|
Loading…
Reference in New Issue
Block a user