mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-16 04:38:49 -04:00
HAMLIB patch for updated define
This commit is contained in:
+5
-1
@@ -8,6 +8,10 @@
|
||||
#include <hamlib/rig.h>
|
||||
#include <hamlib/riglist.h>
|
||||
|
||||
#ifndef FILPATHLEN
|
||||
#define FILPATHLEN HAMLIB_FILPATHLEN
|
||||
#endif
|
||||
|
||||
struct rigGreater
|
||||
{
|
||||
bool operator()( const struct rig_caps *lx, const struct rig_caps *rx ) const {
|
||||
@@ -64,4 +68,4 @@ private:
|
||||
std::atomic_bool errorState;
|
||||
std::string errorMessage;
|
||||
static RigList rigCaps;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user