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/interrupt-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'book/en/src/internals/interrupt-configuration.md') diff --git a/book/en/src/internals/interrupt-configuration.md b/book/en/src/internals/interrupt-configuration.md index 7aec9c9..531c2bb 100644 --- a/book/en/src/internals/interrupt-configuration.md +++ b/book/en/src/internals/interrupt-configuration.md @@ -11,7 +11,7 @@ configuration is done before the `init` function runs. This example gives you an idea of the code that the RTIC framework runs: -``` rust +``` rust,noplayground #[rtic::app(device = lm3s6965)] mod app { #[init] @@ -33,7 +33,7 @@ mod app { The framework generates an entry point that looks like this: -``` rust +``` rust,noplayground // the real entry point of the program #[no_mangle] unsafe fn main() -> ! { -- cgit v1.2.3