Skip to content

Commit 3a88cdb

Browse files
authored
No longer necessary to patch mpu6050 crate (#169)
1 parent b13ede4 commit 3a88cdb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

firmware/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firmware/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ panic_defmt = { path = "crates/panic_defmt" }
191191
defmt-bbq = { version = "0.1", optional = true }
192192

193193
# Peripheral drivers
194-
mpu6050-dmp = "0.2"
194+
mpu6050-dmp = "0.3"
195195
bmi160 = "0.1"
196196

197197
# Other crates
@@ -218,8 +218,6 @@ color-eyre = "0.6"
218218
dotenvy = "0.15"
219219

220220
[patch.crates-io]
221-
# Enable non-default I2C addresses and InitError
222-
mpu6050-dmp = { git = "https://github.com/TheButlah/mpu6050-dmp-rs", rev = "77128a75a51547baadc0f0ef99aba4432e848f10" }
223221
bmi160 = { git = "https://github.com/TheButlah/bmi160-rs", rev = "e99802b" }
224222

225223
# Emable use of `atomic-polyfill`

0 commit comments

Comments
 (0)