From 4300100f0674097e38b10b762d1d895e55172d46 Mon Sep 17 00:00:00 2001 From: Grzegorz Daniluk Date: Thu, 12 Jul 2012 09:06:17 +0200 Subject: [PATCH] wrc_main: replace the initial wrc_ui_mode assignment with the constant from include/shell.h --- wrc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrc_main.c b/wrc_main.c index 6b8a07b1..d7ea79ee 100644 --- a/wrc_main.c +++ b/wrc_main.c @@ -19,7 +19,7 @@ #include "wrc_ptp.h" -int wrc_ui_mode = 0; +int wrc_ui_mode = UI_SHELL_MODE; /////////////////////////////////// //Calibration data (from EEPROM if available) -- 2.18.1