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: f2624036408513f03232626d7fc4f03e0df2850c (
plain
)
1
2
3
4
5
6
7
#![no_main]
#[rtic::app(device = lm3s6965)]
mod
app
{
#[task]
fn
a
(
_
:
a
::
Context
)
{}
}