From: c vw Date: Tue, 25 Jan 2022 14:35:49 +0000 (+0100) Subject: Removed declaration of millis() from gpio.h since this is no longer compatible with... X-Git-Url: https://git.rkrishnan.org/pf/components/com_hotproperty?a=commitdiff_plain;h=338e247bfc40b85a4d7471ab16eb1404f303a98b;p=pihpsdr.git Removed declaration of millis() from gpio.h since this is no longer compatible with John's update. --- diff --git a/gpio.h b/gpio.h index e6e926d..8bffe15 100644 --- a/gpio.h +++ b/gpio.h @@ -79,9 +79,6 @@ extern void gpio_save_state(void); extern void gpio_save_actions(void); extern int gpio_init(void); extern void gpio_close(void); -#ifdef GPIO -extern unsigned int millis(void); // to allow debouncing in i2c.c -#endif #ifdef LOCALCW extern int CWL_BUTTON;