storage_sd_mount

Function storage_sd_mount 

Source
pub unsafe extern "C" fn storage_sd_mount(
    storage: *mut Storage,
) -> FS_Error
Expand description

Mount the SD card.

§Arguments

  • storage - pointer to a storage API instance.

§Returns

FSE_OK if the card was successfully mounted, any other error code on failure.