From d7ed7a8b9f78344f6855fa1c2655ae0d85e44068 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 3 Jan 2023 07:51:35 +0100 Subject: syntax: Remove parse settings struct --- macros/ui/task-interrupt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/ui/task-interrupt.rs') diff --git a/macros/ui/task-interrupt.rs b/macros/ui/task-interrupt.rs index 71fef9a..5e063de 100644 --- a/macros/ui/task-interrupt.rs +++ b/macros/ui/task-interrupt.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 = SysTick)] fn foo(_: foo::Context) {} -- cgit v1.2.3