Put comments in correct order

This commit is contained in:
redfast00 2021-01-30 14:04:40 +01:00
parent c51513ebfa
commit 2b44309ed8
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -204,7 +204,7 @@ inline void send_c_timeout(
}
/**
* Send a controller "strikeout" OBUS message
* Send a controller "info start" OBUS message
*/
inline void send_c_infostart(struct module from) {
assert(from.type == OBUS_TYPE_CONTROLLER);
@ -213,7 +213,7 @@ inline void send_c_infostart(struct module from) {
}
/**
* Send a controller "info start" OBUS message
* Send a controller "strikeout" OBUS message
*/
inline void send_c_strikeout(
struct module from, uint32_t time_left, uint8_t strikes, uint8_t max_strikes) {