FreeRTOS f*ckery

This commit is contained in:
Attila Body 2021-10-30 00:29:13 +02:00
parent 4e45521e52
commit 4e9d7b1334
8 changed files with 122 additions and 13 deletions

View file

@ -29,6 +29,7 @@
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include "application.h"
/* USER CODE END Includes */
@ -100,6 +101,7 @@ int main(void)
MX_SPI2_Init();
/* USER CODE BEGIN 2 */
/* USER CODE END 2 */
MainLoop();
/* Init scheduler */
osKernelInitialize(); /* Call init function for freertos objects (in freertos.c) */