Skip to content

Commit dda9380

Browse files
committed
Whitespace
1 parent 3673d34 commit dda9380

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void beginBoard()
212212
present.button_powerHigh = true; // Button is pressed when high
213213
present.beeper = true;
214214
present.gnss_to_uart = true;
215-
present.needsExternalPpl = true; // Uses the PointPerfect Library
215+
present.needsExternalPpl = true; // Uses the PointPerfect Library
216216
present.galileoHasCapable = true;
217217
present.multipathMitigation = true; // UM980 has MPM, other platforms do not
218218
present.minCno = true;
@@ -702,10 +702,10 @@ void beginBoard()
702702
present.gpioExpander = true;
703703
present.microSdCardDetectGpioExpanderHigh = true; // CD is on GPIO 5 of expander. High = SD in place.
704704

705-
//We can't enable here because we don't know if lg290pFirmwareVersion is >= v05
706-
//present.minElevation = true;
707-
//present.minCno = true;
708-
705+
// We can't enable here because we don't know if lg290pFirmwareVersion is >= v05
706+
// present.minElevation = true;
707+
// present.minCno = true;
708+
709709
pin_I2C0_SDA = 7;
710710
pin_I2C0_SCL = 20;
711711

@@ -723,7 +723,7 @@ void beginBoard()
723723
pin_gpioExpanderInterrupt = 14; // Pin 'AOI' (Analog Output Input) on Portability Shield
724724

725725
pin_bluetoothStatusLED = 4; // Blue LED
726-
pin_gnssStatusLED = 0; // Green LED
726+
pin_gnssStatusLED = 0; // Green LED
727727

728728
// Turn on Bluetooth and GNSS LEDs to indicate power on
729729
pinMode(pin_bluetoothStatusLED, OUTPUT);

0 commit comments

Comments
 (0)