Skip to content

Commit

Permalink
doc: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jul 4, 2019
1 parent 9261738 commit 921aa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ struct SetPinState
};

// 2. Create a CommanderRX interface and
// list the commands it will work with:
// list the commands it will handle:
SERDE_COMMANDER_CREATE_RX(CommanderRX,
SayHello,
SetPinState
Expand Down Expand Up @@ -265,7 +265,7 @@ struct SetPinState
};
// 2. Create a CommanderTX interface and
// list the commands it will work with:
// list the commands it may send:
SERDE_COMMANDER_CREATE_TX(CommanderTX,
SayHello,
SetPinState
Expand Down

0 comments on commit 921aa4a

Please sign in to comment.