Update version in sample code to match actual

This commit is contained in:
Elijah Mock 2024-08-03 15:33:20 -05:00 committed by GitHub
parent 8f7b4b6722
commit d08ed746c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 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`: 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> </details>