# CLEANUP #

- Cleanup main.cpp
- fix sample_code
- Add CMakeLists.txt
This commit is contained in:
2024-03-09 13:16:30 +01:00
parent 1e3674ecfa
commit c7083ac77e
5 changed files with 243 additions and 91 deletions

View File

@@ -16,7 +16,7 @@ const char *sample_code =
" gfxInitDefault();\n"
" consoleInit(GFX_TOP, NULL);\n"
" printf(\"Hello World!\\n\");\n"
" printf(\"Press START to exit!\\n\")"
" printf(\"Press START to exit!\\n\");\n"
" while(aptMainLoop()) {\n"
" hidScanInput();\n"
" if(hidKeysDown() & KEY_START) break;\n"