Use USE_GPSD instead of USE_GPS.

This commit is contained in:
Jonathan Naylor
2020-06-30 11:38:25 +01:00
parent be8c29da3e
commit df47466aa2
11 changed files with 14 additions and 16 deletions

3
GPSD.h
View File

@@ -19,7 +19,7 @@
#ifndef GPSD_H
#define GPSD_H
#if defined(USE_GPS)
#if defined(USE_GPSD)
#include "DMRNetwork.h"
#include "Timer.h"
@@ -52,4 +52,3 @@ private:
#endif
#endif