Skip to content

Commit

Permalink
drivers/at86rf2xx: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jul 28, 2020
1 parent 26f86b2 commit 4b73adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/include/at86rf2xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ uint8_t at86rf2xx_get_phy_mode(at86rf2xx_t *dev);
*
* @param[in] dev device to read from
*
* @return the currenty set rate mode
* @return the currently set rate mode
*/
uint8_t at86rf2xx_get_rate(at86rf2xx_t *dev);

Expand Down

0 comments on commit 4b73adc

Please sign in to comment.