We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FRESULT::FR_INT_ERR
1 parent 7168feb commit 8239a82Copy full SHA for 8239a82
library/std/src/sys/pal/vexos/fs.rs
@@ -498,7 +498,7 @@ fn map_fresult(fresult: vex_sdk::FRESULT) -> io::Result<()> {
498
)),
499
vex_sdk::FRESULT::FR_INT_ERR => Err(io::Error::new(
500
io::ErrorKind::Uncategorized,
501
- "assertion failed and an insanity is detected in the internal process",
+ "internal error in filesystem runtime",
502
503
vex_sdk::FRESULT::FR_NOT_READY => Err(io::Error::new(
504
0 commit comments