diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-27 14:51:28 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-29 04:12:57 +0000 |
commit | 9d2f95bb58f856aaf9142426e90e5783c98af8f1 (patch) | |
tree | 9453d5cbed1ae2165e6c8f0824ded00d2372e7bd /hsm-status | |
parent | 9310ba7e17f97c4570dce33552b3605155ca5c0c (diff) |
Makes doc-comments cleaner/more elegant
Diffstat (limited to 'hsm-status')
-rw-r--r-- | hsm-status/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hsm-status/Main.hs b/hsm-status/Main.hs index 634d1d1..594661b 100644 --- a/hsm-status/Main.hs +++ b/hsm-status/Main.hs @@ -73,8 +73,8 @@ mapper :: Env -> Bool -> Set GPIO mapper env True = singleton env.gpioOk mapper env False = singleton env.gpioError --- Status service blinks a GPIO pin periodically and listens for error --- messages. If an error is received it switches to a different pin. +-- Status Service: Periodically blinks a GPIO pin and listens for error +-- messages. Upon receiving an error, it switches to a different pin. main :: IO () main = launch "status" withoutInputEcho $ \env logger level -> |