Remove false comment

pull/41/head
Andre Richter 5 years ago committed by GitHub
parent e690f8e7e4
commit 573d43e530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,6 @@ fn kernel_main() -> ! {
info!(" {}. {}", i + 1, driver.compatible());
}
// Will never reach here in this tutorial.
info!("Echoing input now");
loop {
let c = bsp::console().read_char();

Loading…
Cancel
Save