Skip to content

Commit

Permalink
fix rfid fuzzer gui
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 5, 2022
1 parent a8858e3 commit 1a4d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/flipfrid/scene/flipfrid_scene_run_attack.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void flipfrid_scene_run_attack_on_draw(Canvas* canvas, FlipFridState* context) {
snprintf(
uid,
sizeof(uid),
"%2X:%2X:%2X:%2X:%2X",
"%02X:%02X:%02X:%02X:%02X",
context->payload[0],
context->payload[1],
context->payload[2],
Expand Down

0 comments on commit 1a4d928

Please sign in to comment.