From aec8ecfdad3e58bdec86a767047b9a9fc445d188 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Dec 2011 21:16:39 +0000 Subject: Update M25P driver per feedback from Mohammed Elwakeel git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/pwm/pwm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/pwm') diff --git a/apps/examples/pwm/pwm_main.c b/apps/examples/pwm/pwm_main.c index cbabb564f..71211ab95 100644 --- a/apps/examples/pwm/pwm_main.c +++ b/apps/examples/pwm/pwm_main.c @@ -106,7 +106,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm) message(" [-t duration] is the duration of the pulse train in seconds. " "Default: %d Current: %d\n", CONFIG_EXAMPLES_PWM_DURATION, pwm->duration); - message(" [-t] shows this message and extis\n"); + message(" [-t] shows this message and exits\n"); } /**************************************************************************** -- cgit v1.2.3