Skip to content

Commit f1d009a

Browse files
committed
Fix typo
1 parent 2cb834a commit f1d009a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ void pinI2CTask(void *pvParameters)
12751275
}
12761276

12771277
case 0x36: {
1278-
systemPrintf("0x%02x - MAX17048 Fuel Guage\r\n", addr);
1278+
systemPrintf("0x%02x - MAX17048 Fuel Gauge\r\n", addr);
12791279
break;
12801280
}
12811281

0 commit comments

Comments
 (0)