diff --git a/src/devices/console.rs b/src/devices/console.rs index 51ee17f..bd9b7fa 100644 --- a/src/devices/console.rs +++ b/src/devices/console.rs @@ -100,7 +100,7 @@ impl Console { self.output = x; } - /// A command prompt. Currently does nothing. + /// A command prompt. pub fn command_prompt<'a>(&self, buf: &'a mut [u8]) -> &'a [u8] { self.puts("\n$> ");