remove outdated comment

This commit is contained in:
Per Lindgren 2021-10-13 10:37:52 +02:00
parent ca9088a78b
commit 56a423cdbe

View file

@ -7,7 +7,6 @@
use panic_semihosting as _; use panic_semihosting as _;
// NOTE: does NOT work on QEMU!
#[rtic::app(device = lm3s6965, dispatchers = [SSI0])] #[rtic::app(device = lm3s6965, dispatchers = [SSI0])]
mod app { mod app {
use cortex_m_semihosting::{debug, hprintln}; use cortex_m_semihosting::{debug, hprintln};