From eccb603b20b9154d5c488720ea3818c47a731e54 Mon Sep 17 00:00:00 2001 From: Jakob Gruber Date: Fri, 20 Jul 2012 21:52:05 +0200 Subject: [PATCH] examples: Correct instructions for timer_64led example --- examples/board_timer_64led/timer_64led.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/board_timer_64led/timer_64led.c b/examples/board_timer_64led/timer_64led.c index dbb0303..5e6fe3f 100644 --- a/examples/board_timer_64led/timer_64led.c +++ b/examples/board_timer_64led/timer_64led.c @@ -320,9 +320,9 @@ int main(int argc, char *argv[]) printf( "Demo : This is a real world firmware, a 'stopwatch'\n" " timer that can count up to 99 days. It features a PWM control of the\n" " brightness, blinks the dots, displays the number of days spent and so on.\n\n" - " Press '0' to press the 'start' button\n" - " Press '1' to press the 'stop' button\n" - " Press '2' to press the 'reset' button\n" + " Press '1' to press the 'start' button\n" + " Press '2' to press the 'stop' button\n" + " Press '3' to press the 'reset' button\n" " Press 'q' to quit\n\n" " Press 'r' to start recording a 'wave' file - with a LOT of data\n" " Press 's' to stop recording\n" -- 2.39.5