aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaspar Schleiser <[email protected]>2023-06-29 14:43:31 +0200
committerGitHub <[email protected]>2023-06-29 14:43:31 +0200
commit837d3bcdbb87af69d13cb799a137ad88ee015538 (patch)
treee9bf34ec2665414857683ae9513bb4e16a7d44c7
parent9f50f34547915e7f7b88012aba28c59ce2f9e754 (diff)
embassy-boot/nrf/README.md: typo fix
-rw-r--r--embassy-boot/nrf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/nrf/README.md b/embassy-boot/nrf/README.md
index 7ce3c7021..fe581823d 100644
--- a/embassy-boot/nrf/README.md
+++ b/embassy-boot/nrf/README.md
@@ -6,7 +6,7 @@ An adaptation of `embassy-boot` for nRF.
6 6
7## Features 7## Features
8 8
9* Load applications with our without the softdevice. 9* Load applications with or without the softdevice.
10* Configure bootloader partitions based on linker script. 10* Configure bootloader partitions based on linker script.
11* Using watchdog timer to detect application failure. 11* Using watchdog timer to detect application failure.
12 12