From 3d6a0ea64fb2661ee1150a84425f50c18c2de9ad Mon Sep 17 00:00:00 2001 From: Daniel Carosone Date: Fri, 2 Oct 2020 20:43:52 +1000 Subject: minor markdownlints --- book/en/src/by-example/resources.md | 2 +- book/en/src/by-example/tips.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'book/en/src/by-example') diff --git a/book/en/src/by-example/resources.md b/book/en/src/by-example/resources.md index 9831e55..9b6e5a8 100644 --- a/book/en/src/by-example/resources.md +++ b/book/en/src/by-example/resources.md @@ -1,4 +1,4 @@ -## Resources +# Resources The framework provides an abstraction to share data between any of the contexts we saw in the previous section (task handlers, `init` and `idle`): resources. diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md index 5a44708..98c1abb 100644 --- a/book/en/src/by-example/tips.md +++ b/book/en/src/by-example/tips.md @@ -116,6 +116,7 @@ Here's an example where `heapless::Pool` is used to "box" buffers of 128 bytes. ``` rust {{#include ../../../../examples/pool.rs}} ``` + ``` console $ cargo run --example pool {{#include ../../../../ci/expected/pool.run}} -- cgit v1.2.3