Moved underscore variable to try to avoid memoryleak

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-14 19:02:01 +01:00
parent 2d48487adf
commit c1a2a4557e
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -610,7 +610,6 @@ typedef struct _rds_ {
bool rtAB32;
bool hasRDSplus;
bool filter;
bool underscore;
bool rdsreset;
bool pierrors;
bool sortaf;
@@ -670,7 +669,7 @@ class TEF6686 {
void setSoftmuteAM(uint8_t mode);
void setMono(bool mono);
bool getStereoStatus();
void setCoax(uint8_t mode);
void setCoax(uint8_t mode);
void init(byte TEF);
void clearRDS(bool fullsearchrds);
void power(bool mode);
@@ -707,6 +706,7 @@ class TEF6686 {
uint8_t rdsblock;
bool mute;
bool afmethodB;
bool underscore;
byte af_updatecounter;
private: