From 25d82b0c52120c81cfed5bc1f245408f08203b7b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 30 Aug 2018 22:17:06 +0200 Subject: Fixing lots of small nits: o boost::uuid didn't give much, use our own and add new short uuid type. o Fixing nits from clang-tidy. --- apps/SoilMoisture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/SoilMoisture.h') diff --git a/apps/SoilMoisture.h b/apps/SoilMoisture.h index 0ad1d15..499c9f6 100644 --- a/apps/SoilMoisture.h +++ b/apps/SoilMoisture.h @@ -24,8 +24,8 @@ enum class sm_cmd_code : uint8_t { SM_CMD_FAIL = 255, }; -extern const boost::uuids::uuid soil_moisture_service; -extern const boost::uuids::uuid soil_moisture_characteristic; +extern const Uuid soil_moisture_service; +extern const Uuid soil_moisture_characteristic; class SoilMoisture { public: -- cgit v1.2.3