From 56a423cdbe17d9d8c099da5ae25adcdd642f7cc9 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Wed, 13 Oct 2021 10:37:52 +0200 Subject: [PATCH] remove outdated comment --- examples/periodic.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/periodic.rs b/examples/periodic.rs index 74c240c25e..3066def722 100644 --- a/examples/periodic.rs +++ b/examples/periodic.rs @@ -7,7 +7,6 @@ use panic_semihosting as _; -// NOTE: does NOT work on QEMU! #[rtic::app(device = lm3s6965, dispatchers = [SSI0])] mod app { use cortex_m_semihosting::{debug, hprintln};