
see examples/event_driven_at_module and examples/event_driven_hello_world, demo project: TencentOS-tiny\board\TencentOS_tiny_EVB_MX\KEIL\event_driven_hello_world
17 lines
337 B
C
17 lines
337 B
C
#ifndef _TOS_EVTDRV_H_
|
|
#define _TOS_EVTDRV_H_
|
|
|
|
#include "tos.h"
|
|
#include "tos_evtdrv_err.h"
|
|
#include "tos_evtdrv_types.h"
|
|
#include "tos_evtdrv_event.h"
|
|
#include "tos_evtdrv_msg.h"
|
|
#include "tos_evtdrv_timer.h"
|
|
#include "tos_evtdrv_task.h"
|
|
#include "tos_evtdrv_tick.h"
|
|
#include "tos_evtdrv_sys.h"
|
|
#include "tos_evtdrv_global.h"
|
|
|
|
#endif
|
|
|