From d5c8b3c98ffc1fdf402f24320d998f63fce4d354 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 7 Mar 2019 20:41:19 +0200 Subject: [PATCH] Update comment --- src/devices/console.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$> ");