projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77e2c7
)
Removed declaration of millis() from gpio.h since this is no longer compatible with...
author
c vw
<dl1ycf@darc.de>
Tue, 25 Jan 2022 14:35:49 +0000
(15:35 +0100)
committer
c vw
<dl1ycf@darc.de>
Tue, 25 Jan 2022 14:35:49 +0000
(15:35 +0100)
gpio.h
patch
|
blob
|
history
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;