aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 15:38:58 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 15:38:58 -0400
commit194084baedd5fd6c8043846f126a34c85d09cecc (patch)
tree45b2fe30e3d9b43ff4e7e955415259dee1bb6cbd
parent7d7476daaf05a50a8c9d78646d04351d0cb7937a (diff)
Renaming "enum ExtIntTriggerMode_" -> "enum ExtIntTriggerMode".
Done for consistency the rest of the source. Doesn't affect any documented features.
-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