mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-08-01 13:12:30 -04:00
HAMLIB patch for updated define
This commit is contained in:
parent
d0b4bf694b
commit
7826006c14
@ -8,6 +8,10 @@
|
|||||||
#include <hamlib/rig.h>
|
#include <hamlib/rig.h>
|
||||||
#include <hamlib/riglist.h>
|
#include <hamlib/riglist.h>
|
||||||
|
|
||||||
|
#ifndef FILPATHLEN
|
||||||
|
#define FILPATHLEN HAMLIB_FILPATHLEN
|
||||||
|
#endif
|
||||||
|
|
||||||
struct rigGreater
|
struct rigGreater
|
||||||
{
|
{
|
||||||
bool operator()( const struct rig_caps *lx, const struct rig_caps *rx ) const {
|
bool operator()( const struct rig_caps *lx, const struct rig_caps *rx ) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user