stdio_set_driver_enabled

Function stdio_set_driver_enabled 

Source
pub unsafe extern "C" fn stdio_set_driver_enabled(
    driver: *mut stdio_driver_t,
    enabled: bool,
)
Expand description

\brief Adds or removes a driver from the list of active drivers used for input/output \ingroup pico_stdio

\note this method should always be called on an initialized driver \param driver the driver \param enabled true to add, false to remove