File tree Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 3131void mbed_sdk_init () {
3232 // Update the SystemCoreClock variable.
3333 SystemCoreClockUpdate ();
34- #if !defined(TOOLCHAIN_GCC_ARM )
3534 // Need to restart HAL driver after the RAM is initialized
3635 HAL_Init ();
37- #endif
3836}
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
3232{
3333 // Update the SystemCoreClock variable.
3434 SystemCoreClockUpdate ();
35- #if !defined(TOOLCHAIN_GCC_ARM )
3635 // Need to restart HAL driver after the RAM is initialized
3736 HAL_Init ();
38- #endif
3937}
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
3232{
3333 // Update the SystemCoreClock variable.
3434 SystemCoreClockUpdate ();
35- #if !defined(TOOLCHAIN_GCC_ARM )
3635 // Need to restart HAL driver after the RAM is initialized
3736 HAL_Init ();
38- #endif
3937}
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ void mbed_sdk_init()
3333{
3434 // Update the SystemCoreClock variable.
3535 SystemCoreClockUpdate ();
36- #if !defined(TOOLCHAIN_GCC_ARM )
3736 // Need to restart HAL driver after the RAM is initialized
3837 HAL_Init ();
39- #endif
4038}
4139
4240/**
Original file line number Diff line number Diff line change @@ -35,10 +35,8 @@ void mbed_sdk_init()
3535{
3636 // Update the SystemCoreClock variable.
3737 SystemCoreClockUpdate ();
38- #if !defined(TOOLCHAIN_GCC_ARM )
3938 // Need to restart HAL driver after the RAM is initialized
4039 HAL_Init ();
41- #endif
4240}
4341
4442
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
3232{
3333 // Update the SystemCoreClock variable.
3434 SystemCoreClockUpdate ();
35- #if !defined(TOOLCHAIN_GCC_ARM )
3635 // Need to restart HAL driver after the RAM is initialized
3736 HAL_Init ();
38- #endif
3937}
Original file line number Diff line number Diff line change @@ -35,10 +35,8 @@ void mbed_sdk_init()
3535{
3636 // Update the SystemCoreClock variable.
3737 SystemCoreClockUpdate ();
38- #if !defined(TOOLCHAIN_GCC_ARM )
3938 // Need to restart HAL driver after the RAM is initialized
4039 HAL_Init ();
41- #endif
4240
4341#if defined(TARGET_XDOT_L151CC )
4442 if (PWR -> CSR & PWR_CSR_SBF ) {
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
3232{
3333 // Update the SystemCoreClock variable.
3434 SystemCoreClockUpdate ();
35- #if !defined(TOOLCHAIN_GCC_ARM )
3635 // Need to restart HAL driver after the RAM is initialized
3736 HAL_Init ();
38- #endif
3937}
You can’t perform that action at this time.
0 commit comments