Commit c85bada9 authored by Federico Vaga's avatar Federico Vaga

efm32_hello: reset after blink

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 7895f5d2
......@@ -50,5 +50,7 @@ int main(void)
freewatch_backlight_blinky(200, 15);
freewatch_backlight_blinky(1000, 5);
/* Reset MCU */
ResetEFM32();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment