Compare commits

..

2 Commits

2 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,7 @@ void app_play_badapple(void)
} }
} }
#if !BSP_LCD_4GRAY_ENABLE
void app_fatfs_test(void) void app_fatfs_test(void)
{ {
const char *path = "/rwtest.bin"; const char *path = "/rwtest.bin";
@ -197,3 +198,5 @@ void app_fatfs_test(void)
f_unmount("/"); f_unmount("/");
} }
#endif

View File

@ -130,4 +130,6 @@ DRESULT disk_ioctl (
default: default:
return RES_PARERR; return RES_PARERR;
} }
return RES_PARERR;
} }