diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-03 18:16:37 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-03 18:17:15 -0400 |
commit | 5f50a9f2403d9e09d284494dfbe874e145f6155f (patch) | |
tree | 58c867191178a773f501340f212f432c7f0c26a6 /examples | |
parent | b33e28fae09fea9e68d71cee3db91c0024b4741f (diff) | |
download | librambutan-5f50a9f2403d9e09d284494dfbe874e145f6155f.tar.gz librambutan-5f50a9f2403d9e09d284494dfbe874e145f6155f.zip |
examples/mini-exti-test.cpp: Comment fix.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mini-exti-test.cpp | 8 |
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> |