aboutsummaryrefslogtreecommitdiff
path: root/examples/mini-exti-test.cpp
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-08-03 18:16:37 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-08-03 18:17:15 -0400
commiteea48f14b6989c19aad14cfc001efcad7d8ae3ae (patch)
tree58c867191178a773f501340f212f432c7f0c26a6 /examples/mini-exti-test.cpp
parentc0750411002ce61a0df96aefd385106c2fc2b509 (diff)
examples/mini-exti-test.cpp: Comment fix.
Diffstat (limited to 'examples/mini-exti-test.cpp')
-rw-r--r--examples/mini-exti-test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/mini-exti-test.cpp b/examples/mini-exti-test.cpp
index e65c610..84b323e 100644
--- a/examples/mini-exti-test.cpp
+++ b/examples/mini-exti-test.cpp
@@ -1,10 +1,10 @@
/*
* EXTI test (Maple Mini only).
*
- * Setup: For i from 1 to N_EXTI (see below), connect exti_i_pin to
- * src_i_pin. Connect via SerialUSB and press a key to perform a test
- * run. In the printed results For each EXTI within a test run, the
- * number triggered should match the number handled.
+ * Setup: For i from 0 to N_EXTI-1 (see below), connect exti_pins[i]
+ * to src_pins[i]. Connect via SerialUSB and press a key to perform a
+ * test run. In the printed results For each EXTI within a test run,
+ * the number triggered should match the number handled.
*/
#include <stdio.h>