summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tradeshow/iot-sensortag/bluetoothdevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tradeshow/iot-sensortag/bluetoothdevice.cpp b/tradeshow/iot-sensortag/bluetoothdevice.cpp
index a7b8bc4..459e879 100644
--- a/tradeshow/iot-sensortag/bluetoothdevice.cpp
+++ b/tradeshow/iot-sensortag/bluetoothdevice.cpp
@@ -83,7 +83,7 @@ Q_DECLARE_LOGGING_CATEGORY(boot2QtDemos)
// These modifiers come from the Texas Intruments SensorTag Bluetooth LE API specification
#define GYROSCOPE_API_READING_MULTIPLIER (500.0 / 65536.0)
-#define ACCELOMETER_API_READING_MULTIPLIER (8.0 / 32.768)
+#define ACCELOMETER_API_READING_MULTIPLIER (8.0 / 32768.0)
#define HUMIDITY_API_READING_MULTIPLIER (100.0 / 65536.0)
#define IR_TEMPERATURE_API_READING_DIVIDER 128.0
#define BAROMETER_API_READING_DIVIDER 100