Compare commits
2 Commits
85264178f5
...
bae949a4c0
| Author | SHA1 | Date | |
|---|---|---|---|
| bae949a4c0 | |||
| 7a41913d32 |
@ -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
|
||||||
|
|||||||
@ -130,4 +130,6 @@ DRESULT disk_ioctl (
|
|||||||
default:
|
default:
|
||||||
return RES_PARERR;
|
return RES_PARERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return RES_PARERR;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user