[][src]Function rpi_pico_sdk::stdio_set_driver_enabled

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

\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