]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Removed declaration of millis() from gpio.h since this is no longer compatible with...
authorc vw <dl1ycf@darc.de>
Tue, 25 Jan 2022 14:35:49 +0000 (15:35 +0100)
committerc vw <dl1ycf@darc.de>
Tue, 25 Jan 2022 14:35:49 +0000 (15:35 +0100)
gpio.h

diff --git a/gpio.h b/gpio.h
index e6e926dd3788932b54828613070b6d40c2e51b78..8bffe156d9af3eb23a29b640c2c33af5c12e946c 100644 (file)
--- 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;