From 53eb07c56a3efc7772bf3bc91d0d3dcb5545262f Mon Sep 17 00:00:00 2001 From: Shang2017 Date: Thu, 22 Jun 2017 19:07:48 +0800 Subject: [PATCH] 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 --- src/main/target/FRSKYF4/target.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/target/FRSKYF4/target.h b/src/main/target/FRSKYF4/target.h index 26b83a916e..7369bf4f62 100644 --- a/src/main/target/FRSKYF4/target.h +++ b/src/main/target/FRSKYF4/target.h @@ -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