From 1c4c21513b061feef1d8b676b93412bee20aea9a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 13 Sep 2019 14:12:12 +0200 Subject: [PATCH] chg samyrun, all leds flash 5times when exiting standalone mode --- armsrc/Standalone/lf_samyrun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/Standalone/lf_samyrun.c b/armsrc/Standalone/lf_samyrun.c index df9812869..58c5dfd5e 100644 --- a/armsrc/Standalone/lf_samyrun.c +++ b/armsrc/Standalone/lf_samyrun.c @@ -138,6 +138,7 @@ void RunMod() { } } + SpinErr( (LED_A | LED_B | LED_C | LED_D), 250, 5); DbpString("[=] You can take shell back :) ..."); LEDsoff(); }