Fixed a warning.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2421 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-11-22 17:54:09 +00:00
parent ab51c68e2d
commit 294bc9ab42
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ static const SPIConfig spicfg = {
*/ */
static void pwmpcb(PWMDriver *pwmp) { static void pwmpcb(PWMDriver *pwmp) {
(void)pwmp;
/* Starts an asynchronous ADC conversion operation, the conversion /* Starts an asynchronous ADC conversion operation, the conversion
will be executed in parallel to the current PWM cycle and will will be executed in parallel to the current PWM cycle and will
terminate before the next PWM cycle.*/ terminate before the next PWM cycle.*/