summaryrefslogtreecommitdiff
path: root/sensor/patchedBLE/src/BLEBeacon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensor/patchedBLE/src/BLEBeacon.h')
-rw-r--r--sensor/patchedBLE/src/BLEBeacon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensor/patchedBLE/src/BLEBeacon.h b/sensor/patchedBLE/src/BLEBeacon.h
index 0b02e2b..277bd67 100644
--- a/sensor/patchedBLE/src/BLEBeacon.h
+++ b/sensor/patchedBLE/src/BLEBeacon.h
@@ -23,7 +23,7 @@ private:
uint16_t major;
uint16_t minor;
int8_t signalPower;
- } __attribute__((packed))m_beaconData;
+ } __attribute__((packed)) m_beaconData;
public:
BLEBeacon();
std::string getData();