Fix bad if statements.
This commit is contained in:
parent
ff4d343d8c
commit
db94ef818a
|
|
@ -567,10 +567,9 @@ String prepareCallsign(const String& callsign){
|
|||
tel_sequence = tel_sequence + 1;
|
||||
}
|
||||
preferences.putUInt(PREF_TNC_SELF_TELEMETRY_SEQ, tel_sequence);
|
||||
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// + SETUP --------------------------------------------------------------+//
|
||||
|
|
|
|||
Loading…
Reference in New Issue