diff --git a/drv/grapefruit-seq-server/src/main.rs b/drv/grapefruit-seq-server/src/main.rs index 08aa32c59..27ad54b2c 100644 --- a/drv/grapefruit-seq-server/src/main.rs +++ b/drv/grapefruit-seq-server/src/main.rs @@ -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.