From 1896b47399a92076ab96a85db67d6f199905c8bb Mon Sep 17 00:00:00 2001 From: Joshua Okeleke Date: Tue, 24 Sep 2024 16:35:29 +0200 Subject: [PATCH] Change comment style --- wolfcrypt/test/test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index c35c6e651..37dee8d75 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -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(); #endif #ifdef NDS - // Init Console output + /* Init Console output */ consoleDemoInit(); - // Init the Filesystem + /* Init the Filesystem */ fatInitDefault(); #endif @@ -2517,7 +2517,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\ #endif #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("Testing complete. Press Start to exit the Program\n"); while(1) {