diff options
| author | Ulf Lilleengen <[email protected]> | 2023-06-29 12:57:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-29 12:57:55 +0000 |
| commit | fa2cda81db03f66c803c4ae931e1603973750548 (patch) | |
| tree | e9bf34ec2665414857683ae9513bb4e16a7d44c7 | |
| parent | 9f50f34547915e7f7b88012aba28c59ce2f9e754 (diff) | |
| parent | 837d3bcdbb87af69d13cb799a137ad88ee015538 (diff) | |
Merge pull request #1598 from kaspar030/patch-1
embassy-boot/nrf/README.md: typo fix
| -rw-r--r-- | embassy-boot/nrf/README.md | 2 |
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 | ||
