HF_MATTYRUN: turn leds off when quitting mode

This commit is contained in:
Philippe Teuwen 2020-10-06 01:17:40 +02:00
commit b081684f22

View file

@ -575,4 +575,5 @@ void RunMod(void) {
}
}
}
LEDsoff();
}