Done some work. Nothing special

This commit is contained in:
2015-05-02 11:17:35 +02:00
parent 4d68a607bc
commit af8619d37a
4 changed files with 7 additions and 7 deletions

View File

@@ -22,6 +22,6 @@ DRESULT SDIO_disk_write(BYTE *buff, DWORD sector, UINT count){
DRESULT SDIO_disk_ioctl(BYTE cmd, void* buff){
return RES_OK;
}
DWORD get_fattime(){
DWORD __attribute__((weak)) get_fattime(){
return 0;
}