From fc727dfbfea4e9e9343d4ac6d178390bd3f7065f Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 11 Apr 2024 00:19:09 +0300 Subject: [PATCH] test cubeMonitor --- Core/Src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Src/main.c b/Core/Src/main.c index 786a3db..4ad5b58 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -54,7 +54,7 @@ static void MX_GPIO_Init(void); /* Private user code ---------------------------------------------------------*/ /* USER CODE BEGIN 0 */ - +uint8_t j; /* USER CODE END 0 */ /** @@ -103,7 +103,7 @@ int main(void) //повторить 3 раза //выключить всё на 10 сек - for (uint8_t j = 0; j < 3; j++) + for (j = 0; j < 3; j++) { HAL_GPIO_WritePin(Led1_GPIO_Port, Led1_Pin, GPIO_PIN_SET); HAL_Delay(100);