summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-10-24 12:02:07 +0200
committerGitHub <noreply@github.com>2021-10-24 12:02:07 +0200
commit61d16def1283b35d32dffe88bf6170b3ef77fb31 (patch)
treea75f3b6551e5313ae5b135685709d1b68503952d /README.md
parent30d76252060ca9bbebeb6fe167597c45e5f5ccad (diff)
downloadnrf-softdevice-61d16def1283b35d32dffe88bf6170b3ef77fb31.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee6eeac..9ee47e4 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Next you need to find out if your board has an external oscillator (which provid
}),
```
-The SoftDevice steals interrupts 0,1, and 3 from your application. So make sure route around those. If you're using embassy and you have the `gpiote` and the `time-driver-rtc1` features enabled for instance you'll need to edit your embassy_config to move those priorities:
+The SoftDevice steals interrupt priority levels 0, 1, and 3 from your application. So make sure route around those. If you're using embassy and you have the `gpiote` and the `time-driver-rtc1` features enabled for instance you'll need to edit your embassy_config to move those priorities:
```rust
/ 0 is Highest. Lower prio number can preempt higher prio number