10 lines
213 B
C
10 lines
213 B
C
|
|
||
|
#define EXTERN_ENGINE
|
||
|
|
||
|
// this stuff is about ChibiOS 2.6 > Migration
|
||
|
typedef VirtualTimer virtual_timer_t;
|
||
|
typedef EventListener event_listener_t;
|
||
|
typedef Thread thread_t;
|
||
|
|
||
|
#define THD_WORKING_AREA WORKING_AREA
|