accidentally wrote a binary number as hex
parent
35e33a7773
commit
f0209d7740
2
config.h
2
config.h
|
@ -159,4 +159,4 @@ const uint8_t LSL = 131;
|
||||||
|
|
||||||
// please refer to page 16 of the datasheet for more information
|
// please refer to page 16 of the datasheet for more information
|
||||||
// this value should be the same as AUTO_CONFIG_BVA
|
// this value should be the same as AUTO_CONFIG_BVA
|
||||||
const uint8_t CALIBRATION_LOCK = 0x10;
|
const uint8_t CALIBRATION_LOCK = 0b10;
|
||||||
|
|
Loading…
Reference in New Issue