diff options
author | 2023-01-03 07:51:35 +0100 | |
---|---|---|
committer | 2023-03-01 00:31:04 +0100 | |
commit | d7ed7a8b9f78344f6855fa1c2655ae0d85e44068 (patch) | |
tree | a5888257f8047b3ba67e143aa5104c1f496ad036 /macros/ui/task-bind.rs | |
parent | 9829d0ac07180967208403610bc9a25249b9fe85 (diff) | |
download | rtic-d7ed7a8b9f78344f6855fa1c2655ae0d85e44068.tar.gz rtic-d7ed7a8b9f78344f6855fa1c2655ae0d85e44068.tar.zst rtic-d7ed7a8b9f78344f6855fa1c2655ae0d85e44068.zip |
syntax: Remove parse settings struct
Diffstat (limited to 'macros/ui/task-bind.rs')
-rw-r--r-- | macros/ui/task-bind.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/ui/task-bind.rs b/macros/ui/task-bind.rs deleted file mode 100644 index de605243..00000000 --- a/macros/ui/task-bind.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[task(binds = UART0)] - fn foo(_: foo::Context) {} -} |