From a1bd9ce0cddf6c18d8e03648947e1a13f5542230 Mon Sep 17 00:00:00 2001
From: James Munns
Date: Tue, 13 Nov 2018 20:03:31 +0100
Subject: [PATCH] Update with final embedded book links
---
templates/what/embedded/pitch.hbs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/templates/what/embedded/pitch.hbs b/templates/what/embedded/pitch.hbs
index 118db1ce9..19d4838fe 100644
--- a/templates/what/embedded/pitch.hbs
+++ b/templates/what/embedded/pitch.hbs
@@ -14,7 +14,7 @@
Enforce pin and peripheral configuration at compile time. Guarantee that resources won't be used by
unintended parts of your application.
@@ -25,7 +25,7 @@
Dynamic memory allocation is optional. Use a global allocator and dynamic data structures.
Or leave out the heap altogether and statically allocate everything.
- Learn more
+ Learn more
@@ -36,7 +36,7 @@
Rust makes it impossible to accidentally share state between threads.
Use any concurrency approach you like, and you'll still get Rust's strong guarantees.
- Learn more
+ Learn more
@@ -49,7 +49,7 @@
Integrate Rust into your existing C codebase or leverage an existing SDK to write a Rust
application.
- Learn more
+ Learn more
@@ -60,7 +60,7 @@
Write a library or driver once, and use it with a variety of systems, ranging
from very small microcontrollers to powerful SBCs.
- Learn more
+ Learn more