We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3791de4 commit 4639c7dCopy full SHA for 4639c7d
source/event_gpio.h
@@ -69,6 +69,5 @@ int gpio_is_evented(unsigned int gpio);
69
int event_initialise(void);
70
void event_cleanup(void);
71
int blocking_wait_for_edge(unsigned int gpio, unsigned int edge, int timeout);
72
-int blocking_wait_for_edge(unsigned int gpio, unsigned int edge);
73
74
#endif
0 commit comments