Skip to content

Commit fa520bc

Browse files
committed
Fix typos
1 parent f55f5a2 commit fa520bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firmware/RTK_Everywhere/LoRa.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static volatile uint8_t loraState = LORA_OFF;
7676
char loraFirmwareVersion[25] = {'\0'};
7777
int loraBytesSent = 0;
7878

79-
HardwareSerial *SerialForLoRa; // Don't instantiate until we know the platform. May compete with SerialForTile
79+
HardwareSerial *SerialForLoRa; // Don't instantiate until we know the platform. May compete with SerialForTilt
8080

8181
// Called from main loop
8282
// Control incoming/outgoing RTCM data from STM32 based LoRa radio (if supported by platform)

Firmware/RTK_Everywhere/System.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ void beginGpioExpanderSwitches()
908908
// PWRKILL is on pin 7. Driving it low will turn off the system
909909
for (int i = 0; i < 8; i++)
910910
{
911-
// Set all pins to low expect GNSS RESET and PWRKILL
911+
// Set all pins to low except GNSS RESET and PWRKILL
912912
if (i == 5 || i == 7)
913913
gpioExpanderSwitches->digitalWrite(i, HIGH);
914914
else

0 commit comments

Comments
 (0)