Skip to content

Commit 1896b47

Browse files
Change comment style
1 parent 337456c commit 1896b47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wolfcrypt/test/test.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,10 +2465,10 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
24652465
if(rmode->viTVMode&VI_NON_INTERLACE) VIDEO_WaitVSync();
24662466
#endif
24672467
#ifdef NDS
2468-
// Init Console output
2468+
/* Init Console output */
24692469
consoleDemoInit();
24702470

2471-
// Init the Filesystem
2471+
/* Init the Filesystem */
24722472
fatInitDefault();
24732473
#endif
24742474

@@ -2517,7 +2517,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
25172517
#endif
25182518

25192519
#ifdef NDS
2520-
// in Nintendo DS returning from main shuts down the Device without letting you see the Results.
2520+
/* in Nintendo DS returning from main shuts down the Device without letting you see the Results. */
25212521
printf("args.return_code: %d\n", args.return_code);
25222522
printf("Testing complete. Press Start to exit the Program\n");
25232523
while(1) {

0 commit comments

Comments
 (0)