Merge pull request #80 from ekcom/docs/update-sample-version

Update README sample code version to match actual used
This commit is contained in:
Jan Niehusmann
2024-08-03 23:06:01 +02:00
committed by GitHub

View File

@@ -237,7 +237,7 @@ Some of the options for your `runner` are listed below:
If you want to enable some of them, uncomment the `rp2040-hal` dependency in `Cargo.toml` and add the
desired feature flags there. For example, to enable ROM functions for f64 math using the feature `rom-v2-intrinsics`:
```
rp2040-hal = { version="0.9", features=["rt", "critical-section-impl", "rom-v2-intrinsics"] }
rp2040-hal = { version="0.10", features=["rt", "critical-section-impl", "rom-v2-intrinsics"] }
```
</details>