Function FSUSER_GetSdmcFatfsError

Source
pub unsafe extern "C" fn FSUSER_GetSdmcFatfsError(
    error: *mut u32_,
) -> Result
Expand description

Gets the last SDMC fatfs error.

ยงArguments

  • error - Pointer to output the error to.