From 7eecbdacec66226ebc3959411883aeaebcf9791d Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 21 Jul 2018 13:27:15 +0200 Subject: Remove extern declarations from command_tbl.c, create .h files for that. # Conflicts: # avr/env.c --- include/cmd_mem.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/cmd_mem.h') diff --git a/include/cmd_mem.h b/include/cmd_mem.h index 625ab8d..b019d27 100644 --- a/include/cmd_mem.h +++ b/include/cmd_mem.h @@ -8,7 +8,6 @@ #define CMD_MEM_H #include "command.h" -#include "cmd_mem.h" extern command_ret_t do_mem_md(cmd_tbl_t *, uint_fast8_t, int, char * const []); -- cgit v1.2.3