mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
deprecate df_hmc5883_wrapper and replace with in tree hmc5883
- deprecate DriverFramework hmc5883 driver (df_hmc5883_wrapper) - update aerotenna ocpoc and snapdragon flight eagle boards to use in tree hmc5883
This commit is contained in:
@@ -52,7 +52,6 @@ px4_add_board(
|
||||
snapdragon_pwm_out
|
||||
spektrum_rc
|
||||
DF_DRIVERS
|
||||
hmc5883
|
||||
isl29501
|
||||
ltc2946
|
||||
mpu9250
|
||||
|
||||
@@ -57,8 +57,10 @@
|
||||
#define PX4_I2C_OBDEV_BMP280 0x76
|
||||
|
||||
// SPI
|
||||
#define PX4_SPI_BUS_SENSORS 1
|
||||
#define PX4_SPIDEV_MPU PX4_MK_SPI_SEL(PX4_SPI_BUS_SENSORS, 1)
|
||||
#define PX4_SPI_BUS_SENSORS 1
|
||||
#define PX4_SPIDEV_MPU PX4_MK_SPI_SEL(PX4_SPI_BUS_SENSORS, 1) // spi-1 - mpu9250
|
||||
|
||||
// Battery ADC channels
|
||||
|
||||
#include <system_config.h>
|
||||
#include <px4_platform_common/board_common.h>
|
||||
|
||||
@@ -52,7 +52,6 @@ px4_add_board(
|
||||
snapdragon_pwm_out
|
||||
spektrum_rc
|
||||
DF_DRIVERS
|
||||
hmc5883
|
||||
isl29501
|
||||
ltc2946
|
||||
mpu9250
|
||||
|
||||
Reference in New Issue
Block a user