8 lines
101 B
C
8 lines
101 B
C
#ifndef CONTROLLER_STATUS
|
|
#define CONTROLLER_STATUS
|
|
enum controller_status_t {
|
|
ok,
|
|
error
|
|
};
|
|
#endif
|