mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Removed Priority, simplified lifetime handling
This commit is contained in:
parent
53f3d397e7
commit
714020a624
15 changed files with 99 additions and 236 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
|
||||
targets = [ "thumbv7em-none-eabihf" ]
|
||||
targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue