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.
1 parent a37c5a5 commit b7fd4eeCopy full SHA for b7fd4ee
library/std/src/sys/stdio/vexos.rs
@@ -56,8 +56,8 @@ impl io::Write for Stdout {
56
57
let count = unsafe {
58
vex_sdk::vexSerialWriteBuffer(STDIO_CHANNEL, chunk.as_ptr(), chunk.len() as u32)
59
- as usize;
60
- };
+ } as usize;
+
61
if count < 0 {
62
return Err(io::Error::new(
63
io::ErrorKind::Uncategorized,
0 commit comments