Skip to content
Snippets Groups Projects
Commit 1856c476 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

aerocore2:Make sure errors light LED

parent 68ce4cf1
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ __EXPORT int board_app_initialize(uintptr_t arg)
if (!spi3) {
message("[boot] FAILED to initialize SPI port 3\n");
board_autoled_on(LED_AMBER);
led_on(LED_AMBER);
return -ENODEV;
}
......@@ -282,7 +282,7 @@ __EXPORT int board_app_initialize(uintptr_t arg)
if (!spi4) {
message("[boot] FAILED to initialize SPI port 4\n");
board_autoled_on(LED_AMBER);
led_on(LED_AMBER);
return -ENODEV;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment