fix callback_game_start in template
This commit is contained in:
parent
0df4f8d489
commit
0075f2b6ae
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ void loop() {
|
||||||
// bool is_message_valid = obus_module::loopNeedy(&message, callback_game_start, callback_game_stop);
|
// bool is_message_valid = obus_module::loopNeedy(&message, callback_game_start, callback_game_stop);
|
||||||
}
|
}
|
||||||
|
|
||||||
void callback_game_start() {
|
void callback_game_start(uint8_t puzzle_modules) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue