diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-03 07:51:35 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:31:04 +0100 |
| commit | d7ed7a8b9f78344f6855fa1c2655ae0d85e44068 (patch) | |
| tree | a5888257f8047b3ba67e143aa5104c1f496ad036 /macros/ui/task-priority-too-low.rs | |
| parent | 9829d0ac07180967208403610bc9a25249b9fe85 (diff) | |
syntax: Remove parse settings struct
Diffstat (limited to 'macros/ui/task-priority-too-low.rs')
| -rw-r--r-- | macros/ui/task-priority-too-low.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ui/task-priority-too-low.rs b/macros/ui/task-priority-too-low.rs index beed4de..16e0557 100644 --- a/macros/ui/task-priority-too-low.rs +++ b/macros/ui/task-priority-too-low.rs @@ -1,6 +1,6 @@ #![no_main] -#[rtic_macros::mock_app(parse_binds, device = mock)] +#[rtic_macros::mock_app(device = mock)] mod app { #[task(binds = UART0, priority = 0)] fn foo(_: foo::Context) {} |
