aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips/from_ram.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/tips/from_ram.md')
-rw-r--r--book/en/src/by-example/tips/from_ram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/tips/from_ram.md b/book/en/src/by-example/tips/from_ram.md
index 7306e12..a153139 100644
--- a/book/en/src/by-example/tips/from_ram.md
+++ b/book/en/src/by-example/tips/from_ram.md
@@ -11,7 +11,7 @@ improve performance in some cases.
The example below shows how to place the higher priority task, `bar`, in RAM.
-``` rust
+``` rust,noplayground
{{#include ../../../../../rtic/examples/ramfunc.rs}}
```