1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

COLIBRI_RACE build failed. Incomplete PR1341.

This commit is contained in:
Anders Hoglund 2016-10-19 10:09:37 +02:00
parent 9f4b477697
commit b064e7d99c

View file

@ -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++) {