Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Mar 11, 2022
1 parent 64f61c8 commit 35b2742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ embassy = { git = "https://github.com/embassy-rs/embassy.git", rev = "3d6b8bd983
embassy-nrf = { git = "https://github.com/embassy-rs/embassy.git", rev = "3d6b8bd9832d5a29cab4aa21434663e6ea6f4488"}
embassy-boot = { git = "https://github.com/embassy-rs/embassy.git", rev = "3d6b8bd9832d5a29cab4aa21434663e6ea6f4488"}
embassy-boot-nrf = { git = "https://github.com/embassy-rs/embassy.git", rev = "3d6b8bd9832d5a29cab4aa21434663e6ea6f4488"}
drogue-device = { git = "https://github.com/drogue-iot/drogue-device.git", rev = "685644f5d03aac2ad8e7e23d54ad92395f2ad7b7"}
drogue-device = { git = "https://github.com/drogue-iot/drogue-device.git", rev = "d9ad12333b6bef40bb1148ddcab9123c2e17a5df"}

nrf-softdevice = { git = "https://github.com/embassy-rs/nrf-softdevice.git", rev = "ba31fc03d97facc54efb9456901abf02549a4209" }
nrf-softdevice-s140 = { git = "https://github.com/embassy-rs/nrf-softdevice.git", rev = "ba31fc03d97facc54efb9456901abf02549a4209" }
nrf-softdevice-defmt-rtt = { git = "https://github.com/embassy-rs/nrf-softdevice.git", rev = "ba31fc03d97facc54efb9456901abf02549a4209" }
adxl343 = { git = "https://github.com/lulf/ADXL343.rs.git", rev = "0041bb9ba2dab47e263976aaf7f8c341b4568831" }
adxl343 = { git = "https://github.com/lulf/ADXL343.rs.git", rev = "efc5564e42eb133f5fd927106feb0b73bc2a5018" }
#drogue-device = { path = "../../../drogue-iot/drogue-device/device" }
#adxl343 = { path = "../../../ADXL343.rs" }
#embassy = { path = "../../../embassy/embassy" }
#embassy-nrf = { path = "../../../embassy/embassy-nrf" }
#embassy-boot-nrf = { path = "../../../embassy/embassy-boot/nrf" }
Expand Down
2 changes: 1 addition & 1 deletion firmware/application/src/accel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl Actor for Accelerometer {
Some(AccelValues { x, y, z })
} else {
None
};
}
m.set_response(response);
} else if #[cfg(feature = "adxl")] {
use adxl343::accelerometer::RawAccelerometer;
Expand Down

0 comments on commit 35b2742

Please sign in to comment.