Skip to main content

esp_console_stop_repl

Function esp_console_stop_repl 

Source
pub unsafe extern "C" fn esp_console_stop_repl(
    repl: *mut esp_console_repl_t,
) -> esp_err_t
Expand description

@brief Stop REPL environment

@param[in] repl REPL handle returned from esp_console_new_repl_xxx @return - ESP_OK on success - others on failure