From 99e937c4de5a6be6de4f0b3c35104e5c77cb0069 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Mon, 16 May 2022 22:28:34 +0200 Subject: [PATCH] Update README.md --- 03_hacky_hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_hacky_hello_world/README.md b/03_hacky_hello_world/README.md index 0f9e9c85..348e626a 100644 --- a/03_hacky_hello_world/README.md +++ b/03_hacky_hello_world/README.md @@ -9,7 +9,7 @@ ## Notable additions -- `src/console.rs` introduces interface `Traits` for console commands and a global reference to the +- `src/console.rs` introduces interface `Traits` for console commands and global access to the kernel's console through `console::console()`. - `src/bsp/raspberrypi/console.rs` implements the interface for QEMU's emulated UART. - The panic handler makes use of the new `println!()` to display user error messages.