summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Rosenthal <jacobrosenthal@gmail.com>2022-01-16 07:59:49 -0700
committerGitHub <noreply@github.com>2022-01-16 07:59:49 -0700
commitdf8d1fc936dd3368e7559e7919ab65ccb0cdbbbc (patch)
tree6d41fde5d88030c1dfae8ffe8248107f5c2658f3 /README.md
parent0d81fed90376c8c6f8d2cfe4bea295dbeec9ebb5 (diff)
downloadnrf-softdevice-df8d1fc936dd3368e7559e7919ab65ccb0cdbbbc.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 808ca3c..6de13cb 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ If you're using Embassy with the `gpiote` or `time-driver-rtc1` features enabled
```rust
// 0 is Highest. Lower prio number can preempt higher prio number
-// Softdevice has reserved priorities 0, 1 and 3
+// Softdevice has reserved priorities 0, 1 and 4
pub fn embassy_config() -> embassy_nrf::config::Config {
let mut config = embassy_nrf::config::Config::default();
config.hfclk_source = embassy_nrf::config::HfclkSource::Internal;