git backup
This commit is contained in:
3
03-software/.vscode/settings.json
vendored
Normal file
3
03-software/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"C_Cpp.errorSquiggles": "disabled"
|
||||
}
|
@ -41,7 +41,7 @@ bool LEDBlinker_processEvent(Event* ev) {
|
||||
case ST_LBINIT:
|
||||
break;
|
||||
case ST_LBOFF:
|
||||
LED_off(l());
|
||||
LED_off(l1());
|
||||
LED_off(l2());
|
||||
POST(me, &LEDBlinker_processEvent, evLBTMOn,TMOFF,0);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user