From fcf1d5b30bd3b341fb7596aef395f347c6dc97b4 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 21 Jul 2018 13:13:16 +0200 Subject: commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for Parameters/Variables # Conflicts: # avr/cmd_fat.c --- avr/cmd_loadcpm3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/cmd_loadcpm3.c') diff --git a/avr/cmd_loadcpm3.c b/avr/cmd_loadcpm3.c index e6e2cdc..f847290 100644 --- a/avr/cmd_loadcpm3.c +++ b/avr/cmd_loadcpm3.c @@ -63,7 +63,7 @@ int load(FIL *File, uint32_t addr, uint8_t len) #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" -command_ret_t do_loadcpm3(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +command_ret_t do_loadcpm3(cmd_tbl_t *cmdtp, uint_fast8_t flag, int argc, char * const argv[]) { uint16_t mem_top; uint8_t res_len; -- cgit v1.2.3