DTMF decoder tidy up
This commit is contained in:
@@ -40,8 +40,7 @@ uint8_t gDTMF_PreviousIndex = 0;
|
||||
uint8_t gDTMF_RecvTimeout = 0;
|
||||
|
||||
#ifdef ENABLE_DTMF_DECODER
|
||||
char gDTMF_ReceivedSaved[16];
|
||||
uint8_t gDTMF_WriteIndexSaved = 0;
|
||||
char gDTMF_ReceivedSaved[17];
|
||||
uint8_t gDTMF_RecvTimeoutSaved = 0;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user