Skip to content

Commit

Permalink
ADC: Fix bit shift in ADC conversion (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrysxie authored Feb 3, 2025
2 parents 2ecfc56 + cadbe21 commit 6f6a61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ embedded-storage-async = { version = "0.4.1" }
rand_core = "0.6.4"
fixed = "1.23.1"

mimxrt685s-pac = { version = "0.2.0", features = [
mimxrt685s-pac = { version = "0.2.2", features = [
"rt",
"critical-section",
"defmt",
Expand Down

0 comments on commit 6f6a61e

Please sign in to comment.