mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #544
544: remove outdated comment r=AfoHT a=perlindgren Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
This commit is contained in:
commit
b25d775771
1 changed files with 0 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue