mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[bench] Do not light up the LED on init
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user