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:
parent
6f991ed990
commit
26b93576d9
|
@ -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().
|
||||
|
|
Loading…
Reference in New Issue