From b9a60aa4ad68ddcc66b7fbe789b55648e10b88dc Mon Sep 17 00:00:00 2001 From: blckmn Date: Sat, 22 Jul 2017 22:02:31 +1000 Subject: [PATCH] Disabling BST temporarily for v3.2 testing --- src/main/target/COLIBRI_RACE/target.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/target/COLIBRI_RACE/target.h b/src/main/target/COLIBRI_RACE/target.h index 4314cf9fa..2ed598681 100644 --- a/src/main/target/COLIBRI_RACE/target.h +++ b/src/main/target/COLIBRI_RACE/target.h @@ -20,7 +20,7 @@ #define TARGET_BOARD_IDENTIFIER "CLBR" #define BST_DEVICE_NAME "COLIBRI RACE" #define BST_DEVICE_NAME_LENGTH 12 -#define TARGET_BUS_INIT +//#define TARGET_BUS_INIT #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT @@ -105,10 +105,10 @@ #define I2C2_SCL_PIN PA9 #define I2C2_SDA_PIN PA10 -#define USE_BST -#define BST_DEVICE (BSTDEV_1) +//#define USE_BST +//#define BST_DEVICE (BSTDEV_1) /* Configure the CRC peripheral to use the polynomial x8 + x7 + x6 + x4 + x2 + 1 */ -#define BST_CRC_POLYNOM 0xD5 +//#define BST_CRC_POLYNOM 0xD5 #define USE_ADC #define ADC_INSTANCE ADC1