aboutsummaryrefslogtreecommitdiff
path: root/apps/SoilMoisture.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SoilMoisture.h')
-rw-r--r--apps/SoilMoisture.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/SoilMoisture.h b/apps/SoilMoisture.h
index ea64032..2016c9a 100644
--- a/apps/SoilMoisture.h
+++ b/apps/SoilMoisture.h
@@ -1,11 +1,10 @@
-#ifndef SOIL_MOISTURE_H
-#define SOIL_MOISTURE_H
+#pragma once
#include <ble/Bluetooth.h>
#include <boost/uuid/uuid.hpp>
namespace trygvis {
-namespace soil_moisture {
+namespace sensor {
using namespace trygvis::bluetooth;
@@ -43,5 +42,3 @@ private:
}
}
-
-#endif