combine with desktop project

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-10 23:20:19 +02:00
parent b6fb4eb65c
commit b3bf03999b
72 changed files with 65538 additions and 132 deletions

View File

@@ -4,11 +4,11 @@
extern "C" {
#endif
void app_main(void) {
setup();
while (1) {
loop();
}
setup();
while(1) {
loop();
}
}
#ifdef __cplusplus
}
#endif
#endif