We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149d53c commit bb60251Copy full SHA for bb60251
features/FEATURE_BLE/ble/GattCharacteristic.h
@@ -701,12 +701,12 @@ class GattCharacteristic {
701
/**
702
* Magnetic flux, weber.
703
*/
704
- BLE_GATT_UNIT_MAGNETIC_FLEX_WEBER = 0x272C,
+ BLE_GATT_UNIT_MAGNETIC_FLUX_WEBER = 0x272C,
705
706
707
* Magnetic flux density, tesla.
708
709
- BLE_GATT_UNIT_MAGNETIC_FLEX_DENSITY_TESLA = 0x272D,
+ BLE_GATT_UNIT_MAGNETIC_FLUX_DENSITY_TESLA = 0x272D,
710
711
712
* Inductance, henry.
0 commit comments