Move system event files

This commit is contained in:
Henrik Stickann
2022-05-24 14:05:48 +02:00
parent 1cfae97cae
commit f0702e5714
2 changed files with 16 additions and 9 deletions

View File

@@ -1,10 +1,13 @@
#include <sta/rtos/system_event.hpp>
#include <sta/rtos/system/system_event.hpp>
#ifdef STA_RTOS_SYSTEM_EVENT_ENABLE
#include <cmsis_os2.h>
#define STA_RTOS_SYSTEM_EVENT_HANDLE STA_RTOS_MAKE_HANDLE_NAME(STA_RTOS_SYSTEM_EVENT_NAME)
// Access handle from freertos.c
extern osEventFlagsId_t STA_RTOS_SYSTEM_EVENT_HANDLE;