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