mirror of https://github.com/ARMmbed/mbed-os.git
correct indentation from tab to space
parent
284bd081b4
commit
b2f2075fc2
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
WEAK void mbed_die(void) {
|
WEAK void mbed_die(void) {
|
||||||
#if !defined (NRF51_H) && !defined(TARGET_EFM32)
|
#if !defined (NRF51_H) && !defined(TARGET_EFM32)
|
||||||
core_util_critical_section_enter();
|
core_util_critical_section_enter();
|
||||||
#endif
|
#endif
|
||||||
#if (DEVICE_ERROR_RED == 1)
|
#if (DEVICE_ERROR_RED == 1)
|
||||||
gpio_t led_red; gpio_init_out(&led_red, LED_RED);
|
gpio_t led_red; gpio_init_out(&led_red, LED_RED);
|
||||||
|
|
Loading…
Reference in New Issue