mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
b096efe932
This commit removes the use of an OpenThread configuration option `OPENTHREAD_CONFIG_ENABLE_STEERING_DATA_SET_OOB` from API header file `thread_ftd.h`. It also changes the `otThreadSetSteeringData()` to return `NotCapable` error when this option is disabled. This commit also includes minor typo fixes in the comments of the same file(s).