cpp_launchpad/compile/controller/status.h
2021-12-22 01:47:19 -08:00

8 lines
101 B
C

#ifndef CONTROLLER_STATUS
#define CONTROLLER_STATUS
enum controller_status_t {
ok,
error
};
#endif