From a66540efa014b3716d252612bfc7f8f17ed765c4 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sun, 23 Apr 2023 15:33:56 +0200 Subject: Disable the playground on all of these --- book/en/src/by-example/tips/from_ram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/by-example/tips/from_ram.md') 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}} ``` -- cgit v1.2.3