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 31
31
void mbed_sdk_init () {
32
32
// Update the SystemCoreClock variable.
33
33
SystemCoreClockUpdate ();
34
- #if !defined(TOOLCHAIN_GCC_ARM )
35
34
// Need to restart HAL driver after the RAM is initialized
36
35
HAL_Init ();
37
- #endif
38
36
}
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
32
32
{
33
33
// Update the SystemCoreClock variable.
34
34
SystemCoreClockUpdate ();
35
- #if !defined(TOOLCHAIN_GCC_ARM )
36
35
// Need to restart HAL driver after the RAM is initialized
37
36
HAL_Init ();
38
- #endif
39
37
}
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
32
32
{
33
33
// Update the SystemCoreClock variable.
34
34
SystemCoreClockUpdate ();
35
- #if !defined(TOOLCHAIN_GCC_ARM )
36
35
// Need to restart HAL driver after the RAM is initialized
37
36
HAL_Init ();
38
- #endif
39
37
}
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ void mbed_sdk_init()
33
33
{
34
34
// Update the SystemCoreClock variable.
35
35
SystemCoreClockUpdate ();
36
- #if !defined(TOOLCHAIN_GCC_ARM )
37
36
// Need to restart HAL driver after the RAM is initialized
38
37
HAL_Init ();
39
- #endif
40
38
}
41
39
42
40
/**
Original file line number Diff line number Diff line change @@ -35,10 +35,8 @@ void mbed_sdk_init()
35
35
{
36
36
// Update the SystemCoreClock variable.
37
37
SystemCoreClockUpdate ();
38
- #if !defined(TOOLCHAIN_GCC_ARM )
39
38
// Need to restart HAL driver after the RAM is initialized
40
39
HAL_Init ();
41
- #endif
42
40
}
43
41
44
42
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
32
32
{
33
33
// Update the SystemCoreClock variable.
34
34
SystemCoreClockUpdate ();
35
- #if !defined(TOOLCHAIN_GCC_ARM )
36
35
// Need to restart HAL driver after the RAM is initialized
37
36
HAL_Init ();
38
- #endif
39
37
}
Original file line number Diff line number Diff line change @@ -35,10 +35,8 @@ void mbed_sdk_init()
35
35
{
36
36
// Update the SystemCoreClock variable.
37
37
SystemCoreClockUpdate ();
38
- #if !defined(TOOLCHAIN_GCC_ARM )
39
38
// Need to restart HAL driver after the RAM is initialized
40
39
HAL_Init ();
41
- #endif
42
40
43
41
#if defined(TARGET_XDOT_L151CC )
44
42
if (PWR -> CSR & PWR_CSR_SBF ) {
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ void mbed_sdk_init()
32
32
{
33
33
// Update the SystemCoreClock variable.
34
34
SystemCoreClockUpdate ();
35
- #if !defined(TOOLCHAIN_GCC_ARM )
36
35
// Need to restart HAL driver after the RAM is initialized
37
36
HAL_Init ();
38
- #endif
39
37
}
You can’t perform that action at this time.
0 commit comments