diff options
Diffstat (limited to 'lib/lpc176x/lpc176x.patch')
-rw-r--r-- | lib/lpc176x/lpc176x.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/lpc176x/lpc176x.patch b/lib/lpc176x/lpc176x.patch index f8995d3f..00babe91 100644 --- a/lib/lpc176x/lpc176x.patch +++ b/lib/lpc176x/lpc176x.patch @@ -28,12 +28,3 @@ #define PCLKSEL0_Val 0x00000000 #define PCLKSEL1_Val 0x00000000 -@@ -514,7 +511,7 @@ - * @brief Setup the microcontroller system. - * Initialize the System. - */ --void SystemInit (void) -+void __attribute__((externally_visible)) SystemInit (void) - { - #if (CLOCK_SETUP) /* Clock Setup */ - LPC_SC->SCS = SCS_Val; |