@ -16,7 +16,10 @@
#include "minIni/McuMinINI.h"
#include "minIni/McuFlash.h"
#include "nvmc.h"
#if PL_CONFIG_USE_RS485
#include "rs485.h"
#include "McuUart485.h"
#endif
#define SHELL_CMD_ELEM_SIZE (sizeof(Shell_cmd_s))
@ -172,6 +175,7 @@ static const McuShell_ParseCommandCallback CmdParserTable[] =
NVMC_ParseCommand,
RS485_ParseCommand,
McuUart485_ParseCommand,
NULL /* Sentinel */
};