ax-task 0.6.8

ArceOS task management module
Documentation
1
2
3
4
#[allow(deprecated)]
pub(super) fn emit_byte(byte: u8) {
    sbi_rt::legacy::console_putchar(byte as usize);
}