mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Preparing release 0.6.0-alpha.1
This commit is contained in:
parent
4714b8ee54
commit
2e4a4ffd87
3 changed files with 6 additions and 7 deletions
|
|
@ -20,7 +20,7 @@ mod tests;
|
|||
#[proc_macro_attribute]
|
||||
pub fn app(args: TokenStream, input: TokenStream) -> TokenStream {
|
||||
let mut settings = Settings::default();
|
||||
settings.optimize_priorities = true;
|
||||
settings.optimize_priorities = false;
|
||||
settings.parse_binds = true;
|
||||
settings.parse_extern_interrupt = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue