aboutsummaryrefslogtreecommitdiff
path: root/hsm-status
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-status')
-rw-r--r--hsm-status/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-status/Main.hs b/hsm-status/Main.hs
index ec883ff..634d1d1 100644
--- a/hsm-status/Main.hs
+++ b/hsm-status/Main.hs
@@ -26,7 +26,7 @@ data Env = Env
{ name :: Text
, gpioOk :: GPIO
, gpioError :: GPIO
- , period :: Int
+ , period :: Word
, subEps :: [Text]
, topics :: [Text]
}