diff options
author | 2021-07-08 23:18:44 +0200 | |
---|---|---|
committer | 2021-07-08 23:18:44 +0200 | |
commit | 8f3704378295fe8007290dbddbc1f4946ac599f9 (patch) | |
tree | 3969e6f6bccfd16e187d7d5ccd56d269d3d9bb9e /macros/src/codegen/software_tasks.rs | |
parent | 98d2af9d73da56910c8bb6cb662fbc4d609a704a (diff) | |
download | rtic-8f3704378295fe8007290dbddbc1f4946ac599f9.tar.gz rtic-8f3704378295fe8007290dbddbc1f4946ac599f9.tar.zst rtic-8f3704378295fe8007290dbddbc1f4946ac599f9.zip |
Cleanup from review (needs releases to compile)
Diffstat (limited to 'macros/src/codegen/software_tasks.rs')
-rw-r--r-- | macros/src/codegen/software_tasks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/codegen/software_tasks.rs b/macros/src/codegen/software_tasks.rs index 6941d9a0..cfd21e40 100644 --- a/macros/src/codegen/software_tasks.rs +++ b/macros/src/codegen/software_tasks.rs @@ -45,7 +45,7 @@ pub fn codegen( quote!(rtic::export::Queue(unsafe { rtic::export::iQueue::u8_sc() })), - Box::new(|| util::link_section_uninit(true)), + Box::new(|| util::link_section_uninit()), ) }; mod_app.push(quote!( |