Skip to content

Commit 76711f5

Browse files
committed
techo: let location_manager set clock
1 parent fae3c28 commit 76711f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/techo/target.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VolatileRTCClock fallback_clock;
1313
AutoDiscoverRTCClock rtc_clock(fallback_clock);
1414

1515
#ifdef ENV_INCLUDE_GPS
16-
MicroNMEALocationProvider nmea = MicroNMEALocationProvider(Serial1);
16+
MicroNMEALocationProvider nmea = MicroNMEALocationProvider(Serial1, &rtc_clock);
1717
EnvironmentSensorManager sensors = EnvironmentSensorManager(nmea);
1818
#else
1919
EnvironmentSensorManager sensors = EnvironmentSensorManager();

0 commit comments

Comments
 (0)