blob: 601096737a44c9f192fd093a902abc74310ea059 [file] [log] [blame]
#ifndef __FREE_RTOS_INIT_H
#define __FREE_RTOS_INIT_H
#ifndef INC_FREERTOS_H
#error "include FreeRTOS.h" must appear in source files before "include queue.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
void xInitRTOS(void);
#ifdef __cplusplus
}
#endif
#endif /* __FREE_RTOS_INIT_H */