Fix typo in solve
This commit is contained in:
parent
4db6ca04c1
commit
113b2c26ed
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ inline void send_m_strike(struct module from, uint8_t count) {
|
|||
*/
|
||||
inline void send_m_solved(struct module from) {
|
||||
assert(from.type != OBUS_TYPE_CONTROLLER);
|
||||
struct message msg = _msg(from, false, OBUS_MSGTYPE_M_STRIKE);
|
||||
struct message msg = _msg(from, false, OBUS_MSGTYPE_M_SOLVED);
|
||||
send(&msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue