Skip to content

Commit e85ba76

Browse files
committed
Typo fix
1 parent 75fdc9a commit e85ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/AuthCoPro.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void updateAuthCoPro()
7979
// bluetoothStart is called during STATE_ROVER_NOT_STARTED and STATE_BASE_NOT_STARTED
8080
// appleAccessory.update() will use &transportConnected to learn if BT SPP is running
8181

82-
if (online.authenticationCoPro) // Coprocessor muust be present and online
82+
if (online.authenticationCoPro) // Coprocessor must be present and online
8383
{
8484
if (settings.bluetoothRadioType == BLUETOOTH_RADIO_SPP_ACCESSORY_MODE)
8585
{

0 commit comments

Comments
 (0)