Skip to content

Commit bb60251

Browse files
committed
Remove flexing on Tesla 💪💪💪
1 parent 149d53c commit bb60251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/ble/GattCharacteristic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,12 +701,12 @@ class GattCharacteristic {
701701
/**
702702
* Magnetic flux, weber.
703703
*/
704-
BLE_GATT_UNIT_MAGNETIC_FLEX_WEBER = 0x272C,
704+
BLE_GATT_UNIT_MAGNETIC_FLUX_WEBER = 0x272C,
705705

706706
/**
707707
* Magnetic flux density, tesla.
708708
*/
709-
BLE_GATT_UNIT_MAGNETIC_FLEX_DENSITY_TESLA = 0x272D,
709+
BLE_GATT_UNIT_MAGNETIC_FLUX_DENSITY_TESLA = 0x272D,
710710

711711
/**
712712
* Inductance, henry.

0 commit comments

Comments
 (0)