Skip to content

Commit

Permalink
Change "dstar" to "d-star".
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Naylor committed Jan 8, 2019
1 parent 1c96afc commit 7cd47fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ REMOTE_COMMAND CRemoteControl::getCommand()
command = RC_MODE_IDLE;
else if (::memcmp(buffer, "mode lockout", 12U) == 0)
command = RC_MODE_LOCKOUT;
else if (::memcmp(buffer, "mode dstar", 10U) == 0)
else if (::memcmp(buffer, "mode d-star", 11U) == 0)
command = RC_MODE_DSTAR;
else if (::memcmp(buffer, "mode dmr", 8U) == 0)
command = RC_MODE_DMR;
Expand Down

0 comments on commit 7cd47fc

Please sign in to comment.