diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2020-04-15 04:41:40 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2020-04-15 04:41:40 +0000 |
commit | 9a6d294e9d68e13f23c44e8e05695af4ec460baf (patch) | |
tree | 76f72ae8e2c0ecfb252e3d1d68d71ace3070e83e /sys | |
parent | 8ed89a49eced343b2cae1dc9ff1330cf8d5a9fff (diff) |
gpiodcf(4): unbreak compilation
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/gpio/gpiodcf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gpio/gpiodcf.c b/sys/dev/gpio/gpiodcf.c index ef4ef55ad0b..714fee43713 100644 --- a/sys/dev/gpio/gpiodcf.c +++ b/sys/dev/gpio/gpiodcf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gpiodcf.c,v 1.7 2019/08/10 18:18:27 cheloha Exp $ */ +/* $OpenBSD: gpiodcf.c,v 1.8 2020/04/15 04:41:39 cheloha Exp $ */ /* * Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org> @@ -88,7 +88,7 @@ struct gpiodcf_softc { #define T_MGSYNC 450 /* resync after a minute gap (450ms) */ #define T_SL 3000 /* detect signal loss (3sec) */ #define T_WAIT 5000 /* wait (5sec) */ -#define T_WARN 300000 /* degrade sensor status to warning (5min) +#define T_WARN 300000 /* degrade sensor status to warning (5min) */ #define T_CRIT 900000 /* degrade sensor status to critical (15min) */ void gpiodcf_intr(void *); |