From df8d1fc936dd3368e7559e7919ab65ccb0cdbbbc Mon Sep 17 00:00:00 2001 From: Jacob Rosenthal Date: Sun, 16 Jan 2022 07:59:49 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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; -- cgit v1.2.3