From b064e7d99c1cacd0cfd01155b4a2edff0ae9d649 Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Wed, 19 Oct 2016 10:09:37 +0200 Subject: [PATCH] COLIBRI_RACE build failed. Incomplete PR1341. --- src/main/target/COLIBRI_RACE/i2c_bst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/target/COLIBRI_RACE/i2c_bst.c b/src/main/target/COLIBRI_RACE/i2c_bst.c index 07ba2dd9a1..980bde07d6 100644 --- a/src/main/target/COLIBRI_RACE/i2c_bst.c +++ b/src/main/target/COLIBRI_RACE/i2c_bst.c @@ -713,7 +713,6 @@ static bool bstSlaveProcessFeedbackCommand(uint8_t bstRequest) bstWriteNames(pidnames); break; case BST_PID_CONTROLLER: - bstWrite8(currentProfile->pidProfile.pidController); break; case BST_MODE_RANGES: for (i = 0; i < MAX_MODE_ACTIVATION_CONDITION_COUNT; i++) {