mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-12 17:27:54 -06:00
lib: No need to make lpc176x SystemInit() externally visible
Now that the lpc176x code uses the armcm_boot mechanism, it is no longer necessary for SystemInit to be externally visible. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
83d600d518
commit
ccb8db5ea1
3 changed files with 3 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue