Fix compiler warnings (#4112)

This commit is contained in:
Ben Meadors
2024-06-15 09:46:15 -05:00
committed by GitHub
parent 21d47adb8d
commit 32702e2750
3 changed files with 3 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ class GPS : private concurrency::OSThread
uint32_t rx_gpio = 0;
uint32_t tx_gpio = 0;
uint32_t en_gpio = 0;
int32_t predictedLockTime = 0;
uint32_t predictedLockTime = 0;
uint32_t GPSCycles = 0;
int speedSelect = 0;