From 89632f9b22d33bef08b2f98554e263c8a1d7cfa0 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Wed, 1 Feb 2023 19:46:58 +0100 Subject: book polish --- book/en/src/by-example/hardware_tasks.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'book/en/src/by-example/hardware_tasks.md') diff --git a/book/en/src/by-example/hardware_tasks.md b/book/en/src/by-example/hardware_tasks.md index cb20a7c..c902267 100644 --- a/book/en/src/by-example/hardware_tasks.md +++ b/book/en/src/by-example/hardware_tasks.md @@ -25,5 +25,8 @@ The example below demonstrates the use of the `#[task(binds = InterruptName)]` a ``` console $ cargo run --target thumbv7m-none-eabi --example hardware +``` + +``` console {{#include ../../../../rtic/ci/expected/hardware.run}} ``` -- cgit v1.2.3