diff options
Diffstat (limited to 'lib/stm32f4/system_stm32f4xx.c')
-rw-r--r-- | lib/stm32f4/system_stm32f4xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32f4/system_stm32f4xx.c b/lib/stm32f4/system_stm32f4xx.c index b94cfb2f..11c18d1a 100644 --- a/lib/stm32f4/system_stm32f4xx.c +++ b/lib/stm32f4/system_stm32f4xx.c @@ -163,7 +163,7 @@ const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; * @param None
* @retval None
*/
-void __attribute__((externally_visible)) SystemInit(void)
+void SystemInit(void)
{
/* FPU settings ------------------------------------------------------------*/
#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)
|