X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fpwm.h;h=db00b62a293ebd35baa419944f9595b93c212a82;hb=010a2d0611571ec1e4bace00b4b6efe8462f512f;hp=88c1cb7128668209e40525e08a75943925c63504;hpb=2dee7965cd538d8d440524465ef4ad18111b2eda;p=bertos.git diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index 88c1cb71..db00b62a 100644 --- a/bertos/drv/pwm.h +++ b/bertos/drv/pwm.h @@ -32,14 +32,13 @@ * * \brief Pulse Width Modulation (PWM) driver. * - * \version $Id$ * \author Francesco Sacchi * \author Daniele Basile * * $WIZ$ module_name = "pwm" * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h" * $WIZ$ module_hw = "bertos/hw/pwm_map.h" - * $WIZ$ module_supports = "not avr" + * $WIZ$ module_supports = "not avr and not cm3" */ #ifndef DRV_PWM_H @@ -79,7 +78,7 @@ void pwm_setPolarity(PwmDev dev, bool pol); void pwm_enable(PwmDev dev, bool state); void pwm_init(void); -/** +/* * Test function prototypes. * * See pwm_test.c for implemntation of these functions.