mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 05:55:49 +00:00
ieee802154: fix a typo in set_channel API
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user