Merge pull request #3194 from Steven-LiuSF/pwm-fix

components: drivers: misc: pwm: Missing "pwm1" here.
This commit is contained in:
Bernard Xiong 2019-11-12 13:07:02 +08:00 committed by GitHub
commit 0003582dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ static int pwm_set(int argc, char **argv)
_exit:
return result;
}
MSH_CMD_EXPORT(pwm_set, pwm_set 1 100 50);
MSH_CMD_EXPORT(pwm_set, pwm_set pwm1 1 100 50);
#endif /* FINSH_USING_MSH */
#endif /* RT_USING_FINSH */