dirty ack because gps s*cks

feature/IPV6_#35_Reboot
Geoffrey Merck 2 years ago
parent 8de55e3280
commit 36534215e4

@ -78,8 +78,14 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std:
if(m_gpsdData.status == STATUS_NO_FIX) if(m_gpsdData.status == STATUS_NO_FIX)
return false; return false;
#else #else
#ifndef STATUS_UNK
#define STATUS_UNK STATUS_NO_FIX #Dirty ack. because gpsd history doc just s*cks
#endif
if (m_gpsdData.fix.status == STATUS_UNK) if (m_gpsdData.fix.status == STATUS_UNK)
return false; return false;
#endif #endif

Loading…
Cancel
Save

Powered by TurnKey Linux.