1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 23:08:53 -05:00

Add output to test

This commit is contained in:
Raphael Assenat 2015-10-24 14:50:09 -04:00
parent 90895b0972
commit 9f1dbf6bdd

View File

@ -405,6 +405,7 @@ int main(int argc, char **argv)
i++;
if (i>100)
i=0;
printf("."); fflush(stdout);
} while (nonstop);
printf("Test ok\n");
}