aboutsummaryrefslogtreecommitdiff
path: root/rtic/examples/zero-prio-task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rtic/examples/zero-prio-task.rs')
-rw-r--r--rtic/examples/zero-prio-task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic/examples/zero-prio-task.rs b/rtic/examples/zero-prio-task.rs
index dbe1959e..58b52101 100644
--- a/rtic/examples/zero-prio-task.rs
+++ b/rtic/examples/zero-prio-task.rs
@@ -15,7 +15,7 @@ pub struct NotSend {
_0: PhantomData<*const ()>,
}
-#[rtic::app(device = lm3s6965, peripherals = true)]
+#[rtic::app(device = lm3s6965)]
mod app {
use super::NotSend;
use core::marker::PhantomData;