added McuUart485 to shell for better control about possible errors

main
Jonas Arnold 4 years ago
parent be9ee7769f
commit d015666096
  1. 4
      ADIS_tinyK22_SplitFlap/source/shell.c

@ -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,
#if PL_CONFIG_USE_RS485
RS485_ParseCommand,
McuUart485_ParseCommand,
#endif
NULL /* Sentinel */
};

Loading…
Cancel
Save