aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/ext_interrupts.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/ext_interrupts.h')
-rw-r--r--wirish/ext_interrupts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/ext_interrupts.h b/wirish/ext_interrupts.h
index 364bcda..7d20801 100644
--- a/wirish/ext_interrupts.h
+++ b/wirish/ext_interrupts.h
@@ -38,7 +38,7 @@
* The kind of transition on an external pin which should trigger an
* interrupt.
*/
-typedef enum ExtIntTriggerMode_ {
+typedef enum ExtIntTriggerMode {
RISING, /**< To trigger an interrupt when the pin transitions LOW
to HIGH */
FALLING, /**< To trigger an interrupt when the pin transitions