aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-10-13 08:41:52 +0000
committerGravatar GitHub <noreply@github.com> 2021-10-13 08:41:52 +0000
commitb25d775771f7ecc4fdfc5a2faaeb52e63cc344c9 (patch)
treea35e2d9822a0d96a7621212a29902f224d70a3ef
parentca9088a78b023d944c7d4f3d7e6b0625787ae72e (diff)
parent56a423cdbe17d9d8c099da5ae25adcdd642f7cc9 (diff)
downloadrtic-b25d775771f7ecc4fdfc5a2faaeb52e63cc344c9.tar.gz
rtic-b25d775771f7ecc4fdfc5a2faaeb52e63cc344c9.tar.zst
rtic-b25d775771f7ecc4fdfc5a2faaeb52e63cc344c9.zip
Merge #544
544: remove outdated comment r=AfoHT a=perlindgren Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
-rw-r--r--examples/periodic.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/periodic.rs b/examples/periodic.rs
index 74c240c2..3066def7 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};