From 338e247bfc40b85a4d7471ab16eb1404f303a98b Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 25 Jan 2022 15:35:49 +0100 Subject: [PATCH] Removed declaration of millis() from gpio.h since this is no longer compatible with John's update. --- gpio.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.45.2