From 2c19db47ba6bb7e6da71b58fac3db965ce8942fe Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Sat, 24 Feb 2024 19:29:54 +0100 Subject: [PATCH] fix b10001 = 0x11 --- Core/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/main.c b/Core/Src/main.c index cdf1fc3..5e3b699 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -57,7 +57,7 @@ /* Private variables ---------------------------------------------------------*/ /* USER CODE BEGIN PV */ -uint8_t gCLS_DEVICE_ADDRESS = 0b10001; +uint8_t gCLS_DEVICE_ADDRESS = 0x11; /* USER CODE END PV */ /* Private function prototypes -----------------------------------------------*/