mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Audio CAT SISO: workaround for compatibility with all versions of Hamlib
This commit is contained in:
parent
b8121d1225
commit
e693953407
@ -19,6 +19,11 @@
|
||||
|
||||
#include "audiocatsisocatworker.h"
|
||||
|
||||
// Compatibility with all versions of Hamlib
|
||||
#ifndef HAMLIB_FILPATHLEN
|
||||
#define HAMLIB_FILPATHLEN FILEPATHLEN
|
||||
#endif
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(AudioCATSISOCATWorker::MsgConfigureAudioCATSISOCATWorker, Message)
|
||||
MESSAGE_CLASS_DEFINITION(AudioCATSISOCATWorker::MsgReportFrequency, Message)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user