File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,10 @@ esp_err_t hub_node_reset(unsigned int node_uid);
171171 * @param[in] node_uid Device's node unique ID
172172 *
173173 * @return
174- * - ESP_OK if Port, related to the Device Tree node was activated successfully
175- * - ESP_ERR_NOT_SUPPORTED if activating Port is not available (External Hub support disabled),
176- * or ext hub port error
177- * - ESP_ERR_NOT_FOUND if Device's node is not found
174+ * - ESP_OK: If Port, related to the Device Tree node was activated successfully
175+ * - ESP_ERR_NOT_SUPPORTED: If activating Port is not available (External Hub support disabled),
176+ * or ext hub port error
177+ * - ESP_ERR_NOT_FOUND: If Device's node is not found
178178 */
179179esp_err_t hub_node_active (unsigned int node_uid );
180180
@@ -188,7 +188,7 @@ esp_err_t hub_node_active(unsigned int node_uid);
188188 * @return
189189 * - ESP_OK: Port has been disabled without error
190190 * - ESP_ERR_INVALID_STATE: Port can't be disabled in current state
191- * - ESP_ERR_NOT_SUPPORTED: This function is not support by the selected port
191+ * - ESP_ERR_NOT_SUPPORTED: This function is not supported by the selected port
192192 * - ESP_ERR_NOT_FOUND: Device's node is not found
193193 */
194194esp_err_t hub_node_disable (unsigned int node_uid );
You can’t perform that action at this time.
0 commit comments