rtic/macros
Emil Fresk 46a3f2befd Fix UB in the access of Priority for asyc executors
The `Priority` was generated on the stack in the dispatcher
which caused it to be dropped after usage. This is now fixed
by having the `Priority` being a static variable for executors
2022-08-05 11:37:16 +02:00
..
src Fix UB in the access of Priority for asyc executors 2022-08-05 11:37:16 +02:00
Cargo.toml Starting to implement async task codgen 2022-08-03 11:30:32 +02:00