From 5f50a9f2403d9e09d284494dfbe874e145f6155f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 3 Aug 2011 18:16:37 -0400 Subject: examples/mini-exti-test.cpp: Comment fix. --- examples/mini-exti-test.cpp | 8 ++++---- 1 file 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 -- cgit v1.2.3