[scripts] Remove EPSILON_ONBOARDING_APP flag

This commit is contained in:
Émilie Feral
2019-07-09 17:24:13 +02:00
parent 697b4a6d4d
commit a4dfe2eb9e
17 changed files with 47 additions and 32 deletions

View File

@@ -6,6 +6,8 @@
#if DUMMY_MAIN
void ion_main(int argc, char * argv[]) {
// Initialize the backlight
Ion::Backlight::init();
while (1) {
Ion::Display::pushRectUniform(KDRect(0,0,10,10), KDColorRed);
Ion::Timing::msleep(100);