Skip to content

Commit 8dc8a4d

Browse files
authored
Leave FAULT_PIN_L low on failure (#1817)
Per discussions in chat and in #1814
1 parent b0d962e commit 8dc8a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drv/gimlet-seq-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fn main() -> ! {
160160
Err(_) => {
161161
// Tell everyone that something's broken, as loudly as possible.
162162
ringbuf_entry!(Trace::StartFailed(SeqError::I2cFault));
163-
sys.gpio_set(FAULT_PIN_L);
163+
// Leave FAULT_PIN_L low (which is done at the start of init)
164164

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

0 commit comments

Comments
 (0)