Skip to content
Snippets Groups Projects
Commit 23688ece authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

initialize LEDs

parent 81f2a5bc
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,11 @@
* @}
*/
#include "board.h"
void board_init()
{
LED_GREEN_OFF();
LED_RED_ON();
puts("RIOT native board initialized.");
}
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