Change char into uint8_t

This commit is contained in:
redfast00 2020-09-09 23:59:25 +02:00
parent 8367b538e1
commit b6ef3f89f4
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -16,7 +16,7 @@ bool loopPuzzle(obus_can::message* message, void (*callback_game_start)(), void
bool loopNeedy(obus_can::message* message, void (*callback_game_start)(), void (*callback_game_stop)());
bool loopInfo(obus_can::message* message, int (*info_generator)(char*));
bool loopInfo(obus_can::message* message, int (*info_generator)(uint8_t*));
void strike();