add a missing extern to a global declaration of a status register

pull/1867/head
Rohit Grover 2016-06-08 11:23:44 +01:00
parent 0986c54b20
commit 93564b6b57
1 changed files with 1 additions and 1 deletions

View File

@ -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 */