FM Radio: Simplify logic
This commit is contained in:
committed by
Krzysiek Egzmont
parent
82ddbcd375
commit
b6a49db31d
2
app/fm.h
2
app/fm.h
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user