Skip to content
Snippets Groups Projects
Commit f26fded7 authored by patacongo's avatar patacongo
Browse files

Correct GPIO dump output

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
parent be3a9faf
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,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 exits\n");
message(" [-h] shows this message and exits\n");
}
/****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment