From 6f331ef96e0e144209d3dcaefcb22f6de6d04805 Mon Sep 17 00:00:00 2001 From: George Beckstein Date: Tue, 2 Jul 2019 13:05:18 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20flexing=20on=20Tesla=20=F0=9F=92=AA?= =?UTF-8?q?=F0=9F=92=AA=F0=9F=92=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/FEATURE_BLE/ble/GattCharacteristic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/ble/GattCharacteristic.h b/features/FEATURE_BLE/ble/GattCharacteristic.h index c4cf377bcf..0f8489dc4c 100644 --- a/features/FEATURE_BLE/ble/GattCharacteristic.h +++ b/features/FEATURE_BLE/ble/GattCharacteristic.h @@ -701,12 +701,12 @@ public: /** * Magnetic flux, weber. */ - BLE_GATT_UNIT_MAGNETIC_FLEX_WEBER = 0x272C, + BLE_GATT_UNIT_MAGNETIC_FLUX_WEBER = 0x272C, /** * Magnetic flux density, tesla. */ - BLE_GATT_UNIT_MAGNETIC_FLEX_DENSITY_TESLA = 0x272D, + BLE_GATT_UNIT_MAGNETIC_FLUX_DENSITY_TESLA = 0x272D, /** * Inductance, henry.