1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-29 18:33:44 +02:00

Fix @ reporting on startup

This commit is contained in:
Asbelos
2023-11-23 09:00:49 +00:00
parent ef47257d67
commit b478056a9f
4 changed files with 6 additions and 3 deletions

View File

@@ -54,7 +54,9 @@
xxx; \
t->refresh();}
#else
#define DISPLAY_START(xxx) {}
#define DISPLAY_START(xxx) { \
xxx; \
}
#endif
#endif // LCD_Implementation_h