From 9a6d294e9d68e13f23c44e8e05695af4ec460baf Mon Sep 17 00:00:00 2001 From: cheloha Date: Wed, 15 Apr 2020 04:41:40 +0000 Subject: gpiodcf(4): unbreak compilation --- sys/dev/gpio/gpiodcf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 @@ -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 *); -- cgit v1.2.3