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
This commit is contained in:
MarkusVolk
2020-01-14 18:42:15 +01:00
committed by Thilo Graf
parent 6b2e67dafd
commit d5bf8420aa

View File

@@ -166,8 +166,8 @@ CLCD4l *LCD4l = NULL;
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;