Skip to content

Commit 4639c7d

Browse files
committed
Fix compilation error
1 parent 3791de4 commit 4639c7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/event_gpio.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ int gpio_is_evented(unsigned int gpio);
6969
int event_initialise(void);
7070
void event_cleanup(void);
7171
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);
7372

7473
#endif

0 commit comments

Comments
 (0)