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

View File

@@ -18,7 +18,7 @@
#include "GPSD.h"
#if defined(USE_GPS)
#if defined(USE_GPSD)
#include <cstdio>
#include <cassert>
@@ -101,4 +101,3 @@ void CGPSD::sendReport()
}
#endif