Audio CAT SISO: workaround for compatibility with all versions of Hamlib

This commit is contained in:
f4exb 2023-06-18 11:35:56 +02:00
parent b8121d1225
commit e693953407
1 changed files with 5 additions and 0 deletions

View File

@ -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)