timer/event.h
Zack Buhman 7a0518c35b serial_forwarder: serial parsing
This removes the dependency on libserialport
2024-06-22 23:45:08 -05:00

5 lines
51 B
C

enum command {
CMD_NOP,
CMD_STATE_TRANSFER,
};