mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
remove config of hmc5883 and ms5611 (#3260)
* Add frsky f3 directory * add F4 * ADD F4 CONFIG.C * restore rx.c and fix some issues * restore Makefile * restore Makefile * 1.USE DEF_TIM in target.c 2.remove unneeded include and config items in xonfig.c 3.adjusted indentation in all of the files. * solve the whitespace issue in taget.c and config.c In FRSKYF3/target.h remove the line UNDEF USE_I2C * Fixed tabbing. * remove config of mag and ms5611 * test * remove white space * Add Baro config * rebase and remove Mag and MS5611
This commit is contained in:
parent
19ebc38e0d
commit
53eb07c56a
1 changed files with 0 additions and 6 deletions
|
@ -41,13 +41,7 @@
|
|||
#define MPU_INT_EXTI PC4
|
||||
#define USE_MPU_DATA_READY_SIGNAL
|
||||
|
||||
//#define MAG
|
||||
//#define USE_MAG_HMC5883
|
||||
//#define MAG_HMC5883_ALIGN CW90_DEG
|
||||
|
||||
#define BARO
|
||||
//#define USE_BARO_MS5611
|
||||
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_BARO_SPI_BMP280
|
||||
#define BMP280_SPI_INSTANCE SPI3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue