-
-
Save invisiblek/4eeb72e6ad755c104dad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/bt_target.h b/include/bt_target.h | |
index 96a62cc..cf24cd2 100644 | |
--- a/include/bt_target.h | |
+++ b/include/bt_target.h | |
@@ -85,6 +85,9 @@ | |
#endif | |
/* This feature is used to update any QCOM related changes in the stack*/ | |
+#ifdef BLUETOOTH_QTI_SW | |
+#undef BLUETOOTH_QTI_SW | |
+#endif | |
#ifndef BLUETOOTH_QTI_SW | |
#define BLUETOOTH_QTI_SW FALSE | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment