Добавлена поддержка FreeRTOS #16

Merged
klassents merged 23 commits from v0.5.0_FreeRTOS into v0.5.0 2025-03-28 06:37:51 +03:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c5767f8062 - Show all commits

View File

@ -31,6 +31,7 @@
#include "task.h"
#endif
void initVariant(void);
#ifdef __cplusplus
extern "C" {
#endif
@ -39,7 +40,7 @@ extern "C" {
/*-----------------------------------------------------------*/
void initVariant(void);
void vApplicationIdleHook( void );

View File

@ -38,7 +38,7 @@ extern void loop(void);
/*-----------------------------------------------------------*/
void initVariant(void) __attribute__ ((OS_main));
void initVariant(void) __attribute__((used, retain)); // todo удалить лишний атрибут?
void initVariant(void)
{