Update comment
This commit is contained in:
parent
f780ab3ff6
commit
d5c8b3c98f
|
@ -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$> ");
|
||||
|
||||
|
|
Loading…
Reference in New Issue