Fix wrong preprocessor #elif

feature/NewVoices
Geoffrey Merck 2 days ago
parent aaf4a22380
commit 73af0d1521

@ -83,7 +83,7 @@ bool CAPRSGPSDIdFrameProvider::buildAPRSFramesInt(const CAPRSEntry * entry, std:
#elif GPSD_API_MAJOR_VERSION <= 14 #elif GPSD_API_MAJOR_VERSION <= 14
if(m_gpsdData.fix.status == STATUS_UNK) if(m_gpsdData.fix.status == STATUS_UNK)
return false; return false;
#elif #else
#error Unsupported GPSD_API_MAJOR_VERSION #error Unsupported GPSD_API_MAJOR_VERSION
#endif #endif

Loading…
Cancel
Save

Powered by TurnKey Linux.