From 414caa77d5709bf3372d1f9245312781eee7961b Mon Sep 17 00:00:00 2001 From: Leo C Date: Fri, 31 Aug 2018 23:36:06 +0200 Subject: error handling: improved cmd_error() - print fatfs error strings --- avr/Tupfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/Tupfile') diff --git a/avr/Tupfile b/avr/Tupfile index 5e1f305..b74b305 100644 --- a/avr/Tupfile +++ b/avr/Tupfile @@ -11,7 +11,7 @@ SRC += cmd_run.c cmd_boot.c cmd_misc.c SRC += cmd_date.c cmd_mem.c cmd_gpio.c cmd_attach.c SRC += cmd_loadihex.c cmd_loadcpm3.c cmd_sd.c cmd_fat.c SRC += env.c con-utils.c print-utils.c getopt-min.c eval_arg.c -SRC += timer.c serial.c i2c.c bcd.c pcf8583.c mmc.c +SRC += timer.c serial.c i2c.c bcd.c pcf8583.c mmc.c strerror.c SRC += background.c z180-serv.c z80-if.c gpio.c SRC += $(FATFS) -- cgit v1.2.3