Skip to content

Commit f4410ec

Browse files
committed
Switch bno to my fork
1 parent 1c9468e commit f4410ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ dotenvy = "0.15"
224224
mpu6050-dmp = { git = "https://github.com/TheButlah/mpu6050-dmp-rs", rev = "77128a75a51547baadc0f0ef99aba4432e848f10" }
225225
bmi160 = { git = "https://github.com/TheButlah/bmi160-rs", rev = "e99802b" }
226226
# has a way to release i2c that isn't published
227-
bno080 = { git = "https://github.com/tstellanova/bno080", rev = "f95e860" }
227+
bno080 = { git = "https://github.com/TheButlah/bno080", rev = "f95e860" }
228228

229229
# Emable use of `atomic-polyfill`
230230
defmt = { git = "https://github.com/TheButlah/defmt", rev = "b5d5e316ea56250dcb25b3549bcf4bfdb1687796" }

0 commit comments

Comments
 (0)