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 3c8baa9 commit 90247fa
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 @@ -17,7 +17,7 @@ static void vibration_hot_count() {
furi_hal_vibro_on(true);
furi_delay_ms(1500);
furi_hal_vibro_on(false);
notificationString = "";
notification_message = "";

Check failure on line 20 in blackjack_conuter.c

View workflow job for this annotation

GitHub Actions / fap ufbt build for Official Dev channel

lvalue required as left operand of assignment

Check failure on line 20 in blackjack_conuter.c

View workflow job for this annotation

GitHub Actions / fap ufbt build for Official Release channel

lvalue required as left operand of assignment

Check failure on line 20 in blackjack_conuter.c

View workflow job for this annotation

GitHub Actions / fap ufbt build for Unleashed Dev

lvalue required as left operand of assignment

Check failure on line 20 in blackjack_conuter.c

View workflow job for this annotation

GitHub Actions / fap ufbt build for Unleashed Release

lvalue required as left operand of assignment
return;
}

Expand Down

0 comments on commit 90247fa

Please sign in to comment.