accidentally wrote a binary number as hex

pull/2/head
xyqyear 2023-07-16 16:04:49 +08:00
parent 35e33a7773
commit f0209d7740
1 changed files with 1 additions and 1 deletions

View File

@ -159,4 +159,4 @@ const uint8_t LSL = 131;
// please refer to page 16 of the datasheet for more information
// this value should be the same as AUTO_CONFIG_BVA
const uint8_t CALIBRATION_LOCK = 0x10;
const uint8_t CALIBRATION_LOCK = 0b10;