Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlo committed Jul 17, 2014
1 parent 74ccb89 commit 862d033
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/connectors/bt_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
#include <emuclient.h>
#include "../../directories.h"

#if $HCI_CHANNEL_CONTROL == 1
#warning "Redefining HCI_CHANNEL_CONTROL to 3."
#undef HCI_CHANNEL_CONTROL
#define HCI_CHANNEL_CONTROL 3
#endif

#define TRUE 1
#define FALSE 0

Expand Down

0 comments on commit 862d033

Please sign in to comment.