Skip to content

Commit

Permalink
Leave FAULT_PIN_L low on failure (#1817)
Browse files Browse the repository at this point in the history
Per discussions in chat and in #1814
  • Loading branch information
mkeeter committed Jun 13, 2024
1 parent b0d962e commit 8dc8a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/gimlet-seq-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn main() -> ! {
Err(_) => {
// Tell everyone that something's broken, as loudly as possible.
ringbuf_entry!(Trace::StartFailed(SeqError::I2cFault));
sys.gpio_set(FAULT_PIN_L);
// 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 8dc8a4d

Please sign in to comment.