mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-20 14:55:30 +01:00
Remove stale code, fix comment styling
This commit is contained in:
parent
d8c9476372
commit
d06cf91acc
24 changed files with 45 additions and 617 deletions
|
|
@ -15,7 +15,7 @@ fn analyze() {
|
|||
#[task(priority = 2)]
|
||||
fn b(_: b::Context) {}
|
||||
|
||||
// first interrupt is assigned to the highest priority dispatcher
|
||||
// First interrupt is assigned to the highest priority dispatcher
|
||||
extern "C" {
|
||||
fn B();
|
||||
fn A();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue