From ad9a06289fb25085fe5f1ffcca668149f98fc7c8 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 17 Jun 2018 01:52:38 +1200 Subject: [PATCH] Added workaround for target independence test. --- src/main/fc/fc_tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/fc_tasks.c b/src/main/fc/fc_tasks.c index e9352bc80..c9e057952 100644 --- a/src/main/fc/fc_tasks.c +++ b/src/main/fc/fc_tasks.c @@ -95,7 +95,7 @@ #include "telemetry/telemetry.h" #ifdef USE_BST -#include "COLIBRI_RACE/i2c_bst.h" +#include "i2c_bst.h" #endif #ifdef USE_USB_CDC_HID -- 2.11.4.GIT