diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-29 23:58:04 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-30 01:16:18 +0100 |
| commit | a27a35bd778d9afe9f04e7aed69d950bc4d980e8 (patch) | |
| tree | cad17cb68da4a210538c15a7fba2289374c4fcc1 /src/main/esp32 | |
| parent | c2e2343054e8d11ebaaf426d6ca105e79e93da6a (diff) | |
| download | jancity-a27a35bd778d9afe9f04e7aed69d950bc4d980e8.tar.gz | |
WIP ESP32 port
Diffstat (limited to 'src/main/esp32')
| -rw-r--r-- | src/main/esp32/src/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/esp32/src/main.c b/src/main/esp32/src/main.c new file mode 100644 index 0000000..77ca051 --- /dev/null +++ b/src/main/esp32/src/main.c @@ -0,0 +1,6 @@ +#include <engine_main.h> + +void app_main(void) +{ + engine_main(); +} |
