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:
parent
ab51c68e2d
commit
294bc9ab42
|
@ -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.*/
|
||||||
|
|
Loading…
Reference in New Issue