From b6307ce2fe3de8320e760af7120342e2a1ba0968 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Sat, 24 Feb 2024 19:32:38 +0100 Subject: [PATCH] fix C --- 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 5e3b699..af55f9f 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -133,7 +133,7 @@ int main(void) HAL_GPIO_WritePin(Periph_Power_GPIO_Port,Periph_Power_Pin,GPIO_PIN_RESET); HAL_GPIO_WritePin(CLS_POWER_GPIO_Port, CLS_POWER_Pin, GPIO_PIN_SET); ULOG_DEBUG("Enable Power on CLS and Periph"); - gCLS_DEVICE_ADDRESS = 0b10001; + gCLS_DEVICE_ADDRESS = 0x11; ULOG_DEBUG("Setting Global CLS address to 0b10001"); ULOG_DEBUG("Init Kernel and start schedule"); /* USER CODE END 2 */