fix callback_game_start in template

This commit is contained in:
Tibo Ulens 2022-02-15 16:02:34 +01:00
parent 0df4f8d489
commit 0075f2b6ae
No known key found for this signature in database
GPG key ID: A0907492D3E5089D

View file

@ -20,7 +20,7 @@ void loop() {
// 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) {
}