system/freertos/os.h

8 lines
95 B
C

#ifndef __OS_H__
#define __OS_H__
#include "FreeRTOS.h"
#include "task.h"
#endif // __OS_H__