From bd407fba88e0c1a6a4c8c7027e797ff20c028568 Mon Sep 17 00:00:00 2001 From: Bruce Luckcuck Date: Sat, 21 Sep 2019 19:22:47 -0400 Subject: [PATCH] Fix compile errors if USE_DSHOT not defined --- src/main/target/common_post.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/target/common_post.h b/src/main/target/common_post.h index 35183ee53..639054803 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -284,6 +284,7 @@ #ifndef USE_DSHOT #undef USE_DSHOT_TELEMETRY +#undef USE_DSHOT_BITBANG #endif #ifndef USE_DSHOT_TELEMETRY