From 26b93576d91d7e3758d953697c0f0b7adbadbd20 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Dec 2010 09:42:49 +0000 Subject: Documentation related fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2456 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/pwm_lld.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal/templates/pwm_lld.h') diff --git a/os/hal/templates/pwm_lld.h b/os/hal/templates/pwm_lld.h index 2b8cf294f..74fb280a7 100644 --- a/os/hal/templates/pwm_lld.h +++ b/os/hal/templates/pwm_lld.h @@ -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(). -- cgit v1.2.3