summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-01-16 16:54:05 +0100
committerGitHub <noreply@github.com>2022-01-16 16:54:05 +0100
commit6e196a3c48857aba00ff400e4e31e730faab20b1 (patch)
tree6d41fde5d88030c1dfae8ffe8248107f5c2658f3
parent0d81fed90376c8c6f8d2cfe4bea295dbeec9ebb5 (diff)
parentdf8d1fc936dd3368e7559e7919ab65ccb0cdbbbc (diff)
downloadnrf-softdevice-6e196a3c48857aba00ff400e4e31e730faab20b1.zip
Merge pull request #95 from jacobrosenthal/patch-1
Update 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;