Documentation related fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2456 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-12-05 09:42:49 +00:00
parent 6f991ed990
commit 26b93576d9
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ struct PWMDriver {
* proper hardware resolution by carefully choosing the clock source
* and prescaler settings, see @p PWM_COMPUTE_PSC.
*
* @param[in] pwmp pointer to a @p PWMDriver object
* @param[in] numerator numerator of the fraction
* @param[in] denominator percentage as an integer between 0 and numerator
* @return The pulse width to be passed to @p pwmEnableChannel().