mirror of https://github.com/ARMmbed/mbed-os.git
add a missing extern to a global declaration of a status register
parent
0986c54b20
commit
93564b6b57
|
|
@ -124,7 +124,7 @@
|
|||
/*@}*/
|
||||
|
||||
/*! @brief Access to FTFx->FCCOB */
|
||||
volatile uint32_t *const kFCCOBx;
|
||||
extern volatile uint32_t *const kFCCOBx;
|
||||
|
||||
static flash_config_t privateDeviceConfig;
|
||||
#endif /* #ifdef USING_KSDK2 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue