]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cmd_fat.h
error handling: improved cmd_error() - print fatfs error strings
[z180-stamp.git] / include / cmd_fat.h
index ed96a524d143d8a1f0262ae8f3dc8616e889a3b6..222b14c21dea5bfdb7a10087ffeea9f0017f78d0 100644 (file)
@@ -8,9 +8,11 @@
 #define CMD_FAT_H
 
 #include "command.h"
+#include "ff.h"
 
 extern cmd_tbl_t cmd_tbl_fat[];
 
+const FLASH char * fat_rctostr(FRESULT rc);
 command_ret_t do_fat(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 
 void setup_fatfs(void);