From f0209d7740bc068010132c267e390fd38c6daa5f Mon Sep 17 00:00:00 2001 From: xyqyear Date: Sun, 16 Jul 2023 16:04:49 +0800 Subject: [PATCH] accidentally wrote a binary number as hex --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index f665819..7523704 100644 --- a/config.h +++ b/config.h @@ -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;