[bench] Do not light up the LED on init

This commit is contained in:
Léa Saviot
2019-03-22 17:27:02 +01:00
parent f4def0b9df
commit da1a9feade

View File

@@ -36,7 +36,6 @@ void run() {
ctx->fillRect(KDRect(0,0,Ion::Display::Width,Ion::Display::Height), KDColorWhite);
ctx->drawString("BENCH", KDPoint((320-50)/2, (240-18)/2));
char command[kMaxCommandLength];
Ion::LED::setColor(KDColorBlue);
while (true) {
Ion::Console::readLine(command, kMaxCommandLength);
const CommandHandler * ch = sCommandList.dispatch(command);