mirror of https://github.com/lwvmobile/dsd-fme.git
Fix Audio Smoothing Variable Type;
This commit is contained in:
parent
dc1bb6a55e
commit
934eb8264e
|
|
@ -811,7 +811,7 @@ typedef struct
|
|||
int dmr_end_alert[2]; //dmr TLC end call alert beep has already played once flag
|
||||
|
||||
//Bitmap Filtering Options
|
||||
uint8_t audio_smoothing;
|
||||
int audio_smoothing;
|
||||
|
||||
//YSF Fusion Call Strings and Info
|
||||
uint8_t ysf_dt; //data type -- VD1, VD2, Full Rate, etc.
|
||||
|
|
|
|||
Loading…
Reference in New Issue