aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-04-19 01:35:13 +0200
committerDario Nieuwenhuis <[email protected]>2022-04-19 01:35:13 +0200
commit00c51c8fd57603a4c0336abda023060671f96f55 (patch)
treec45efdf88071687e98f22d3a3e92460f9fb132f2
parent6c1dccf86e6da2929c1b343c9ed82e0f3df55229 (diff)
More README fix.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c31c6d1d9..f9b7486bc 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ No more messing with hardware timers. <a href="https://docs.embassy.dev/embassy/
21- **Real-time ready** - 21- **Real-time ready** -
22Tasks on the same async executor run cooperatively, but you can create multiple executors with different priorities, so that higher priority tasks preempt lower priority ones. See the <a href="https://github.com/embassy-rs/embassy/blob/master/examples/nrf/src/bin/multiprio.rs">example</a>. 22Tasks on the same async executor run cooperatively, but you can create multiple executors with different priorities, so that higher priority tasks preempt lower priority ones. See the <a href="https://github.com/embassy-rs/embassy/blob/master/examples/nrf/src/bin/multiprio.rs">example</a>.
23 23
24- **Low-power ready* - 24- **Low-power ready** -
25Easily build devices with years of battery life. The async executor automatically puts the core to sleep when there's no work to do. Tasks are woken by interrupts, there is no busy-loop polling while waiting. 25Easily build devices with years of battery life. The async executor automatically puts the core to sleep when there's no work to do. Tasks are woken by interrupts, there is no busy-loop polling while waiting.
26 26
27- **Networking** - 27- **Networking** -