embassy-boot/nrf/README.md: typo fix

This commit is contained in:
Kaspar Schleiser
2023-06-29 14:43:31 +02:00
committed by GitHub
parent 9f50f34547
commit 837d3bcdbb

View File

@ -6,7 +6,7 @@ An adaptation of `embassy-boot` for nRF.
## Features ## Features
* Load applications with our without the softdevice. * Load applications with or without the softdevice.
* Configure bootloader partitions based on linker script. * Configure bootloader partitions based on linker script.
* Using watchdog timer to detect application failure. * Using watchdog timer to detect application failure.