diff --git a/src/hello-world/02.00.UART.md b/src/hello-world/02.00.UART.md index b661a02..4b7af7d 100644 --- a/src/hello-world/02.00.UART.md +++ b/src/hello-world/02.00.UART.md @@ -24,6 +24,7 @@ To read and write to the serial bus from your computer, you will need to configu ## Code ``` rust +use core::fmt::Write; use microbit::hal::prelude::*; use microbit::hal::serial; use microbit::hal::serial::BAUD115200;