From 00c51c8fd57603a4c0336abda023060671f96f55 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 19 Apr 2022 01:35:13 +0200 Subject: [PATCH] More README fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. example. -- **Low-power ready* - +- **Low-power ready** - Easily 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. - **Networking** -