Add missing semi

This commit is contained in:
Just Call Me Koko
2023-06-22 14:44:54 -04:00
committed by GitHub
parent a0acd10bd7
commit 2d2d83e3af

View File

@@ -288,7 +288,7 @@ void CommandLine::runCommand(String input) {
led_obj.setMode(MODE_CUSTOM); led_obj.setMode(MODE_CUSTOM);
} }
#else #else
Serial.println("This hardware does not support neopixel") Serial.println("This hardware does not support neopixel");
#endif #endif
} }
// ls command // ls command