We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9468e commit f4410ecCopy full SHA for f4410ec
firmware/Cargo.toml
@@ -224,7 +224,7 @@ dotenvy = "0.15"
224
mpu6050-dmp = { git = "https://github.com/TheButlah/mpu6050-dmp-rs", rev = "77128a75a51547baadc0f0ef99aba4432e848f10" }
225
bmi160 = { git = "https://github.com/TheButlah/bmi160-rs", rev = "e99802b" }
226
# has a way to release i2c that isn't published
227
-bno080 = { git = "https://github.com/tstellanova/bno080", rev = "f95e860" }
+bno080 = { git = "https://github.com/TheButlah/bno080", rev = "f95e860" }
228
229
# Emable use of `atomic-polyfill`
230
defmt = { git = "https://github.com/TheButlah/defmt", rev = "b5d5e316ea56250dcb25b3549bcf4bfdb1687796" }
0 commit comments