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/internals/late-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'book/en/src/internals/late-resources.md') diff --git a/book/en/src/internals/late-resources.md b/book/en/src/internals/late-resources.md index f3a0b0a..ce36756 100644 --- a/book/en/src/internals/late-resources.md +++ b/book/en/src/internals/late-resources.md @@ -8,7 +8,7 @@ interrupts are disabled. The example below shows the kind of code that the framework generates to initialize late resources. -``` rust +``` rust,noplayground #[rtic::app(device = ..)] mod app { struct Resources { @@ -39,7 +39,7 @@ mod app { The code generated by the framework looks like this: -``` rust +``` rust,noplayground fn init(c: init::Context) -> init::LateResources { // .. user code .. } -- cgit v1.2.3