update to no autonomo code

This commit is contained in:
Nico Schottelius 2016-09-16 17:19:30 +02:00
parent a7b733106a
commit b95424a0f3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void blink(int length) {
GREEN();
break;
case 4:
YELLOW();
WHITE();
break;
}
delay(length);