aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/app_priorities.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/app_priorities.md')
-rw-r--r--book/en/src/by-example/app_priorities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/app_priorities.md b/book/en/src/by-example/app_priorities.md
index 9d27658..86ff985 100644
--- a/book/en/src/by-example/app_priorities.md
+++ b/book/en/src/by-example/app_priorities.md
@@ -33,7 +33,7 @@ Task Priority
The following example showcases the priority based scheduling of tasks:
-``` rust
+``` rust,noplayground
{{#include ../../../../rtic/examples/preempt.rs}}
```