git backup

This commit is contained in:
2023-06-11 18:36:14 +02:00
parent 1b926c1ab9
commit 909335e807
3 changed files with 25 additions and 22 deletions

3
03-software/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"C_Cpp.errorSquiggles": "disabled"
}

View File

@ -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;