Compare commits
2 Commits
bae949a4c0
...
85264178f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 85264178f5 | |||
| 10d4a53aa8 |
@ -87,7 +87,6 @@ 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";
|
||||||
@ -198,5 +197,3 @@ void app_fatfs_test(void)
|
|||||||
|
|
||||||
f_unmount("/");
|
f_unmount("/");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
@ -130,6 +130,4 @@ DRESULT disk_ioctl (
|
|||||||
default:
|
default:
|
||||||
return RES_PARERR;
|
return RES_PARERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
return RES_PARERR;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user