Skip to content

Commit 93564b6

Browse files
author
Rohit Grover
committed
add a missing extern to a global declaration of a status register
1 parent 0986c54 commit 93564b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F/storage_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
/*@}*/
125125

126126
/*! @brief Access to FTFx->FCCOB */
127-
volatile uint32_t *const kFCCOBx;
127+
extern volatile uint32_t *const kFCCOBx;
128128

129129
static flash_config_t privateDeviceConfig;
130130
#endif /* #ifdef USING_KSDK2 */

0 commit comments

Comments
 (0)