mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
Merge pull request #174 from neutralinsomniac/tarot-fix-compiler-warning
tarot: fix compiler warning
This commit is contained in:
commit
4d987eb1f5
|
@ -75,7 +75,7 @@ static void init_deck(tarot_state_t *state) {
|
|||
}
|
||||
|
||||
static void tarot_display(tarot_state_t *state) {
|
||||
char buf[9];
|
||||
char buf[10];
|
||||
uint8_t card;
|
||||
bool flipped;
|
||||
|
||||
|
|
Loading…
Reference in a new issue