Skip to content

Commit

Permalink
调整了pkgs/device目录
Browse files Browse the repository at this point in the history
  • Loading branch information
ComerLater committed Sep 25, 2024
1 parent dd4d6d8 commit 4126570
Show file tree
Hide file tree
Showing 63 changed files with 4,994 additions and 4,168 deletions.
6 changes: 3 additions & 3 deletions apps/peripheral/sensor/imu/bmi088/BMI088.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

#pragma once

#include <drivers/drv_hrt.h>
#include <lib/drivers/device/spi.h>
#include <lib/perf/perf_counter.h>
#include <hrtimer.h>
#include <drivers/device/spi.h>
#include <perf/perf_counter.h>
#include <px4_platform_common/i2c_spi_buses.h>

static constexpr int16_t combine(uint8_t msb, uint8_t lsb) {
Expand Down
2 changes: 1 addition & 1 deletion apps/peripheral/sensor/imu/bmi088/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
menuconfig DRIVERS_IMU_BOSCH_BMI088
menuconfig DRV_USING_BMI088
bool "bosch bmi088"
default n
---help---
Expand Down
Loading

0 comments on commit 4126570

Please sign in to comment.