summaryrefslogtreecommitdiffstats
path: root/src/direct_bt/GATTCharacteristic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/direct_bt/GATTCharacteristic.cpp')
-rw-r--r--src/direct_bt/GATTCharacteristic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/direct_bt/GATTCharacteristic.cpp b/src/direct_bt/GATTCharacteristic.cpp
index 450f7caa..fc55be5b 100644
--- a/src/direct_bt/GATTCharacteristic.cpp
+++ b/src/direct_bt/GATTCharacteristic.cpp
@@ -32,14 +32,14 @@
#include <algorithm>
-// #define VERBOSE_ON 1
-#include <dbt_debug.hpp>
+#include <jau/debug.hpp>
#include "GATTCharacteristic.hpp"
#include "GATTHandler.hpp"
#include "DBTDevice.hpp"
using namespace direct_bt;
+using namespace jau;
#define CHAR_DECL_PROPS_ENUM(X) \
X(Broadcast,broadcast) \