Skip to content

Commit

Permalink
removes debug delays
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer committed Jul 16, 2024
1 parent 880e149 commit 1c71d69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions firmware/projects/LVController/inc/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class Subsystem {
: enable_output_(enable_output) {}

inline virtual void Enable() const {
bindings::DelayMS(10000);

enable_output_.SetHigh();
}

Expand Down
2 changes: 0 additions & 2 deletions firmware/projects/LVController/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ void DoInverterSwitchCheck() {
int main(void) {
bindings::Initialize();

bindings::DelayMS(10000); // initial

state_tx.UpdateState(LvControllerState::Startup);

// Ensure all subsystems are disabled to start.
Expand Down

0 comments on commit 1c71d69

Please sign in to comment.