From: Jakob Gruber Date: Fri, 20 Jul 2012 19:52:05 +0000 (+0200) Subject: examples: Correct instructions for timer_64led example X-Git-Tag: v1.0~50 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=eccb603b20b9154d5c488720ea3818c47a731e54;p=sx%2Fsimavr.git examples: Correct instructions for timer_64led example --- 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"