remove res.

This commit is contained in:
Robin Jones 2023-02-23 03:01:55 +00:00
parent e4809345fa
commit bf0d673210

View File

@ -154,10 +154,9 @@ void menu_run (menu_t *menu) {
else {
printf("N64 Flashcart Menu\n\n");
printf("File list:\n");
FRESULT res;
char buff[256];
strcpy(buff, "/");
res = scan_files(buff);
scan_files(buff);
// TODO: wait for a key input
}