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/ceilings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/internals/ceilings.md') diff --git a/book/en/src/internals/ceilings.md b/book/en/src/internals/ceilings.md index 07bd0ad..325e2ad 100644 --- a/book/en/src/internals/ceilings.md +++ b/book/en/src/internals/ceilings.md @@ -26,7 +26,7 @@ gets a unique reference (`&mut-`) to resources. An example to illustrate the ceiling analysis: -``` rust +``` rust,noplayground #[rtic::app(device = ..)] mod app { struct Resources { -- cgit v1.2.3