aboutsummaryrefslogtreecommitdiff
path: root/hsm-status
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-27 14:51:28 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-01-29 04:12:57 +0000
commit9d2f95bb58f856aaf9142426e90e5783c98af8f1 (patch)
tree9453d5cbed1ae2165e6c8f0824ded00d2372e7bd /hsm-status
parent9310ba7e17f97c4570dce33552b3605155ca5c0c (diff)
Makes doc-comments cleaner/more elegant
Diffstat (limited to 'hsm-status')
-rw-r--r--hsm-status/Main.hs4
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 ->