Skip to main content

add_to_buffer

Function add_to_buffer 

Source
pub fn add_to_buffer(ch: u8)
Expand description

Add a character to the keyboard buffer (called from IRQ context).

Ctrl+C (0x03) also sets the global SHELL_INTERRUPTED flag.