diff options
Diffstat (limited to 'lib/lpc176x/device')
-rw-r--r-- | lib/lpc176x/device/system_LPC17xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lpc176x/device/system_LPC17xx.c b/lib/lpc176x/device/system_LPC17xx.c index 10fa43da..c4e56121 100644 --- a/lib/lpc176x/device/system_LPC17xx.c +++ b/lib/lpc176x/device/system_LPC17xx.c @@ -511,7 +511,7 @@ uint32_t SystemCoreClock = __CORE_CLK;/*!< System Clock Frequency (Core Clock)*/ * @brief Setup the microcontroller system. * Initialize the System. */ -void __attribute__((externally_visible)) SystemInit (void) +void SystemInit (void) { #if (CLOCK_SETUP) /* Clock Setup */ LPC_SC->SCS = SCS_Val; |