# CLEANUP #
- Cleanup main.cpp - fix sample_code - Add CMakeLists.txt
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user