Working version.

This commit is contained in:
btr 2011-04-01 21:26:17 +02:00
parent 6454e35736
commit 4c89ca5d55
7 changed files with 229 additions and 230 deletions

View file

@ -85,8 +85,7 @@ void commandReceived(char * receivedCommand) {
sendToUSB("PONG\n");
toggleLED();
} else if (strcmp("VERSION", receivedCommand) == 0) {
char verstr[32];
sprintf(verstr, "%s\n", VERSION);
sendToUSB(VERSION);
toggleLED();
}
}