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_s,
) -> i32
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