FM Radio: Simplify logic

This commit is contained in:
Juan Antonio
2023-12-08 13:08:11 +01:00
committed by Krzysiek Egzmont
parent 82ddbcd375
commit b6a49db31d
2 changed files with 42 additions and 57 deletions

View File

@@ -38,7 +38,6 @@ extern uint8_t gFM_ChannelPosition;
// Doubts about whether this should be signed or not
extern uint16_t gFM_FrequencyDeviation;
extern bool gFM_FoundFrequency;
extern bool gFM_AutoScan;
extern uint16_t gFM_RestoreCountdown_10ms;
bool FM_CheckValidChannel(uint8_t Channel);
@@ -59,4 +58,3 @@ void FM_Start(void);
#endif
#endif