From b081684f2212101d2128e3c50d2afcd809da4dd8 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 6 Oct 2020 01:17:40 +0200 Subject: [PATCH] HF_MATTYRUN: turn leds off when quitting mode --- armsrc/Standalone/hf_mattyrun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/Standalone/hf_mattyrun.c b/armsrc/Standalone/hf_mattyrun.c index c0d603fbd..e14e89789 100644 --- a/armsrc/Standalone/hf_mattyrun.c +++ b/armsrc/Standalone/hf_mattyrun.c @@ -575,4 +575,5 @@ void RunMod(void) { } } } + LEDsoff(); }