Change comment style

This commit is contained in:
Joshua Okeleke
2024-09-24 16:35:29 +02:00
parent 337456cc1e
commit 1896b47399

View File

@ -2465,10 +2465,10 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
if(rmode->viTVMode&VI_NON_INTERLACE) VIDEO_WaitVSync(); if(rmode->viTVMode&VI_NON_INTERLACE) VIDEO_WaitVSync();
#endif #endif
#ifdef NDS #ifdef NDS
// Init Console output /* Init Console output */
consoleDemoInit(); consoleDemoInit();
// Init the Filesystem /* Init the Filesystem */
fatInitDefault(); fatInitDefault();
#endif #endif
@ -2517,7 +2517,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
#endif #endif
#ifdef NDS #ifdef NDS
// in Nintendo DS returning from main shuts down the Device without letting you see the Results. /* in Nintendo DS returning from main shuts down the Device without letting you see the Results. */
printf("args.return_code: %d\n", args.return_code); printf("args.return_code: %d\n", args.return_code);
printf("Testing complete. Press Start to exit the Program\n"); printf("Testing complete. Press Start to exit the Program\n");
while(1) { while(1) {