]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Rename ihex.c to cmd_loadihex.c
authorLeo C <erbl259-lmu@yahoo.de>
Wed, 22 Apr 2015 21:30:19 +0000 (23:30 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Wed, 22 Apr 2015 21:30:19 +0000 (23:30 +0200)
avr/Tupfile
avr/cmd_loadihex.c [moved from avr/ihex.c with 100% similarity]

index 87eca70f5f6fe286b38675e08b55f6191d2df88b..6be8d7976e3317fb089bc7d582359e637b51ad85 100644 (file)
@@ -7,7 +7,7 @@ FATFS   = $(TOP)/fatfs/src/ff.c
 SRC            = main.c
 SRC            += cli.c cli_readline.c command.c command_tbl.c
 SRC            += cmd_help.c cmd_date.c cmd_mem.c cmd_boot.c cmd_gpio.c cmd_misc.c
-SRC            += ihex.c cmd_sd.c cmd_fat.c
+SRC            += cmd_loadihex.c cmd_sd.c cmd_fat.c
 SRC            += env.c xmalloc.c con-utils.c print-utils.c getopt-min.c
 SRC            += timer.c serial.c i2c.c pcf8583.c mmc.c
 SRC            += background.c z180-serv.c z80-if.c gpio.c
similarity index 100%
rename from avr/ihex.c
rename to avr/cmd_loadihex.c