Skip to content

Commit

Permalink
Removed incorrect specifier initialising current_score
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Lempereur committed Nov 1, 2015
1 parent 769e143 commit 9eb4361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion range/arduino/target_module/target_module.ino
Expand Up @@ -69,7 +69,7 @@ boolean is_running = false;
unsigned long start_time = 0UL;
boolean report_score = false;
boolean file_open = false;
long current_score = 0UL;
long current_score = 0;
char player_rfid[RFID_DIGITS] = "12345678"; // first 8 chars for folder name
char filepath[FOLDER_BUFFER];

Expand Down

1 comment on commit 9eb4361

@jamieisboss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

Please sign in to comment.