Skip to content

Commit 29668a0

Browse files
committed
Fix typo
1 parent baa19f5 commit 29668a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino_Pedelec_Controller/bluetooth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct serial_command {char mnemonic[3];};
3535
serial_command serial_commands[] =
3636
{
3737
{{"ps"}}, //0: poti stat, gets and sets poti stat
38-
{{"od"}}, //1: total kilometers (odo), gets and sets poti stat
38+
{{"od"}}, //1: total kilometers (odo), gets and sets total kilometers
3939
};
4040
int n_commands = sizeof(serial_commands)/sizeof(serial_command); //number of commands that we have
4141

0 commit comments

Comments
 (0)