Skip to content

Commit

Permalink
Update blackjack_conuter.c
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnoymeme authored Dec 7, 2023
1 parent e81d300 commit 652ef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackjack_conuter.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static void app_draw_callback(Canvas* canvas, void* ctx) {

canvas_draw_str(canvas, 0, 54, "Cards # 2 to 7= +1 (Up), 8 & 9= 0 (Ok), and 10 to Ace= -1 (Down)");

canvas_draw_str(canvas, 0, 60, "Vibrates the running count when count is hot");
canvas_draw_str(canvas, 0, 60, "Wait for the vibration when count is hot");
}


Expand Down

0 comments on commit 652ef85

Please sign in to comment.