From e8aa2eadf309fbc0c0e1418c6bee482e505fa09b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 19 Nov 2018 23:13:50 +0100 Subject: ble-read-characteristic: working READ mode, starting on NOTIFY. --- sensor/include/trygvis/sensor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sensor') diff --git a/sensor/include/trygvis/sensor.h b/sensor/include/trygvis/sensor.h index 09372b9..8f76eca 100644 --- a/sensor/include/trygvis/sensor.h +++ b/sensor/include/trygvis/sensor.h @@ -6,7 +6,7 @@ #include #include #include -#include +#include namespace trygvis { namespace sensor { @@ -14,7 +14,7 @@ namespace sensor { //using namespace std; template -using o = std::experimental::optional; +using o = std::optional; enum class sample_format_type { AUTO, -- cgit v1.2.3