Skip to content

Commit

Permalink
ape: Remove reset delay when the power source changes. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
meklort authored Jun 15, 2021
1 parent 7eb741b commit 3a6c998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ void __attribute__((interrupt)) IRQ_VoltageSource()
}

// Ensure we reinitialize hardware as needed.
triggerPendingReset(GRC_RESET_TIMEOUT_MS);
triggerPendingReset(0);
}

bool portResetInProgress(RegAPEStatus_t status, RegAPEStatus2_t status2, const NetworkPort_t *port)
Expand Down

0 comments on commit 3a6c998

Please sign in to comment.