index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
single
/
extern-interrupt-not-enough.rs
blob: 18850d8ace75523d788244e7f3d051b916562f07 (
plain
)
1
2
3
4
5
6
7
#![no_main]
#[rtic::app(device = lm3s6965)]
mod
APP
{
#[task]
fn
a
(
_
:
a
::
Context
)
{}
}