From a4421dfc37efb1022f94d15fd1b33024d67a48d4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 13 Sep 2019 07:38:07 +0200 Subject: [PATCH] fix wrong spelling --- armsrc/Standalone/hf_colin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Standalone/hf_colin.c b/armsrc/Standalone/hf_colin.c index 4997f775e..6a0d9a19d 100644 --- a/armsrc/Standalone/hf_colin.c +++ b/armsrc/Standalone/hf_colin.c @@ -636,7 +636,7 @@ failtag: cjTabulize(); DbprintfEx(FLAG_NEWLINE, "%s[ FAIL ]%s\r\n->did not found all the keys :'(", _XRED_, _XWHITE_); cjSetCursLeft(); - SpinErr(LEB_B, 100, 8); + SpinErr(LED_B, 100, 8); SpinOff(100); return; }