Allow app to compile for ESP8266 - add some conditionals based on mos.platform

This commit is contained in:
Pim van Pelt
2017-12-01 19:21:01 +01:00
parent 95e2835871
commit b9a0578d5b
4 changed files with 30 additions and 10 deletions

View File

@ -58,4 +58,5 @@ void widget_default_ev(int ev, struct widget_t *w, void *ev_data) {
default: // EV_WIDGET_NONE
break;
}
(void) ev_data;
}