summaryrefslogtreecommitdiff
path: root/avr/cmd_sd.c
diff options
context:
space:
mode:
authorLeo C.2024-06-30 15:18:24 +0200
committerLeo C.2024-06-30 15:18:24 +0200
commit7aaec0f97677b451e024ef5d1cd2b675a914d440 (patch)
treee4c9711b2e8522825be34af52be3b73636f37728 /avr/cmd_sd.c
parent08749e4051ac14c6e9a2d85a37b3efdcedbb07f6 (diff)
downloadz180-stamp-7aaec0f97677b451e024ef5d1cd2b675a914d440.zip
Adaptions for fatfs R0.15
Diffstat (limited to 'avr/cmd_sd.c')
-rw-r--r--avr/cmd_sd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avr/cmd_sd.c b/avr/cmd_sd.c
index 344a197..440bfd4 100644
--- a/avr/cmd_sd.c
+++ b/avr/cmd_sd.c
@@ -7,7 +7,6 @@
#include "cmd_sd.h"
#include "diskio.h"
-#include "ff.h"
#include "eval_arg.h"
#include "print-utils.h"
#include "z80-if.h"