tracker-l1: correct bad definition for PIN_GPS_EN

This commit is contained in:
Florent
2025-09-22 12:06:05 +02:00
parent c9b060aefb
commit 0cb34740d2
3 changed files with 1 additions and 3 deletions

View File

@@ -88,7 +88,7 @@
#define PIN_GPS_TX PIN_SERIAL1_RX
#define PIN_GPS_RX PIN_SERIAL1_TX
#define PIN_GPS_STANDBY (0)
#define PIN_GPS_EN (18)
#define PIN_GPS_EN (PIN_GPS_STANDBY)
// QSPI Pins
#define PIN_QSPI_SCK (19)