1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

drivers/at86rf2xx: fix typo

This commit is contained in:
Benjamin Valentin 2020-07-10 16:08:13 +02:00
parent decadc41a0
commit 1582b105d3

View File

@ -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);