Skip to content

Commit

Permalink
Leave FAULT_PIN_L low on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jun 13, 2024
1 parent 9ef5959 commit dd27206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/grapefruit-seq-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn main() -> ! {
Err(e) => {
// Tell everyone that something's broken, as loudly as possible.
ringbuf_entry!(Trace::StartFailed(e));
sys.gpio_set(FAULT_PIN_L); // TODO should this be reset, not set?
// Leave FAULT_PIN_L low (which is done at the start of init)

// All these moments will be lost in time, like tears in rain...
// Time to die.
Expand Down

0 comments on commit dd27206

Please sign in to comment.