ieee802154: fix a typo in set_channel API

This commit is contained in:
Shu Chen
2023-05-15 20:52:31 +08:00
parent 69d152fd89
commit dc848707db
8 changed files with 11 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ uint8_t esp_ieee802154_get_channel(void);
* - ESP_OK on success.
* - ESP_FAIL on failure.
*/
esp_err_t esp_ieee802154_set_channnel(uint8_t channel);
esp_err_t esp_ieee802154_set_channel(uint8_t channel);
/**
* @brief Get the transmit power.