Skip to content

Commit

Permalink
remove unused cnt
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jan 22, 2024
1 parent 7d99cb2 commit c5e7940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions board/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,7 @@ int main(void) {
enable_interrupts();

// LED should keep on blinking all the time
uint64_t cnt = 0;
while (true) {
cnt++;
if (power_save_status == POWER_SAVE_STATUS_DISABLED) {
#ifdef DEBUG_FAULTS
if (fault_status == FAULT_STATUS_NONE) {
Expand Down

0 comments on commit c5e7940

Please sign in to comment.