Fix swapped comments

This commit is contained in:
Midgard 2020-10-20 21:23:08 +02:00
parent 5d51a1bf9e
commit c63053ab7b
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -201,7 +201,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);
@ -210,7 +210,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) {