mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
print syscall
This commit is contained in:
@@ -25,4 +25,8 @@ pub enum Syscall {
|
||||
pixels: *const Pixel<Rgb565>,
|
||||
len: usize,
|
||||
},
|
||||
Print {
|
||||
msg: *const u8,
|
||||
len: usize,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user