PPR1 - GPS serial now works

This commit is contained in:
Kevin Hester
2020-10-25 17:07:54 +08:00
parent 1a8891c33d
commit 7597d5b3fd
5 changed files with 27 additions and 13 deletions

View File

@@ -13,6 +13,8 @@ static int32_t toDegInt(RawDegrees d)
bool NMEAGPS::setupGPS()
{
GPS::setupGPS();
#ifdef PIN_GPS_PPS
// pulse per second
// FIXME - move into shared GPS code