8 lines
100 B
C
8 lines
100 B
C
#ifndef CONTROLLER_EVENT
|
|
#define CONTROLLER_EVENT
|
|
enum controller_event_t {
|
|
start,
|
|
stop
|
|
};
|
|
#endif
|