From ef8c58b96ea8d1e503362c5d18a74cd5d0101e0c Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 5 May 2011 15:38:58 -0400 Subject: Renaming "enum ExtIntTriggerMode_" -> "enum ExtIntTriggerMode". Done for consistency the rest of the source. Doesn't affect any documented features. --- wirish/ext_interrupts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3