Skip to content

Commit 534dc6b

Browse files
committed
Fix typo
1 parent 7338ecd commit 534dc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ void beginButtons()
13141314
{
13151315
if (beginGpioExpander(0x20) == false)
13161316
{
1317-
systemPrintln("Directional pad not detected");
1317+
systemPrintln("Portability Shield not detected");
13181318

13191319
present.microSd = false;
13201320

@@ -1603,7 +1603,7 @@ bool i2cBusInitialization(TwoWire *i2cBus, int sda, int scl, int clockKHz)
16031603
}
16041604

16051605
case 0x10: {
1606-
systemPrintf(" 0x%02X - MFI343S00177 Authenication Coprocessor\r\n", addr);
1606+
systemPrintf(" 0x%02X - MFI343S00177 Authentication Coprocessor\r\n", addr);
16071607
i2cAuthCoPro = i2cBus; // Record the bus
16081608
break;
16091609
}

0 commit comments

Comments
 (0)