This shouldn't be commented out either

This commit is contained in:
datdenkikniet
2023-05-01 14:56:51 +02:00
parent fbead895bc
commit 31c3b27ae8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ For the nRF52840 you'll want to use the [`nrf52840-hal`].
```diff
# Cargo.toml
[dependencies]
-# some-hal = "1.2.3"
-some-hal = "1.2.3"
+nrf52840-hal = "0.16.0"
```