supplement to 7b85e7cb8964d4f49cdeb639e87ecac7fad83721

Signed-off-by: MarkusVolk <f_l_k@t-online.de>

Signed-off-by: Thilo Graf <dbt@novatux.de>
commit was: scan_setup: avoid unterminated strings


Origin commit data
------------------
Commit: c0c2ce6137
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
This commit is contained in:
Markus Volk
2020-01-18 00:10:19 +01:00
committed by vanhofen
parent 1bcc9d6266
commit 9da6d80c6b

View File

@@ -168,8 +168,8 @@ CLCD4l *LCD4l;
int allow_flash = 1;
Zapit_config zapitCfg;
char zapit_lat[20]="#";
char zapit_long[20]="#";
char zapit_lat[21]="#";
char zapit_long[21]="#";
bool autoshift = false;
uint32_t scrambled_timer;
uint32_t fst_timer;