base blink migrated, code generated (tasks added in MX). tuned

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-23 21:53:22 +03:00
parent da13d43b0b
commit 2fe25879f3
8 changed files with 13 additions and 17 deletions
+2 -5
View File
@@ -98,9 +98,7 @@ int main(void)
/* USER CODE END 2 */
/* Init scheduler */
osKernelInitialize();
/* Call init function for freertos objects (in cmsis_os2.c) */
osKernelInitialize(); /* Call init function for freertos objects (in cmsis_os2.c) */
MX_FREERTOS_Init();
/* Start scheduler */
@@ -245,8 +243,7 @@ void Error_Handler(void)
}
/* USER CODE END Error_Handler_Debug */
}
#ifdef USE_FULL_ASSERT
#ifdef USE_FULL_ASSERT
/**
* @brief Reports the name of the source file and the source line number
* where the assert_param error has occurred.