From 4e51bb68b976c6bb6a9a989dc560d2a8123a84ca Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 20 Jun 2019 06:19:59 +0200 Subject: RFC #207 --- examples/binds.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/binds.rs') diff --git a/examples/binds.rs b/examples/binds.rs index 1959d75..b10cb43 100644 --- a/examples/binds.rs +++ b/examples/binds.rs @@ -30,7 +30,7 @@ const APP: () = { loop {} } - #[interrupt(binds = UART0)] + #[task(binds = UART0)] fn foo(_: foo::Context) { static mut TIMES: u32 = 0; -- cgit v1.2.3