Skip to content

Commit

Permalink
💚 fixes ci
Browse files Browse the repository at this point in the history
  • Loading branch information
acarrou committed Feb 20, 2024
1 parent f51a842 commit 1854286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demos/applications/telemetry-recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ hal::status application(hardware_map& p_map)
(void)hal::delay(clock, 100ms);
auto xbee_module = HAL_CHECK(hal::xbee::xbee_radio::create(xbee, clock));
(void)hal::delay(clock, 100ms);
auto mpl_device = HAL_CHECK(hal::mpl::mpl3115a2::create(
i2c,
hal::mpl::mpl3115a2::mpl_os_rate::os64)); // change barometer sampling rate
auto mpl_device = HAL_CHECK(hal::mpl::mpl3115a2::create(i2c));
(void)hal::delay(clock, 100ms);
auto icm_device = HAL_CHECK(hal::icm::icm20948::create(i2c));
(void)hal::delay(clock, 100ms);
Expand Down
File renamed without changes.

0 comments on commit 1854286

Please sign in to comment.