X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fpwm.h;h=60ae6e922e4bfee52c7d7e6304f0acb9c39262b6;hb=262909fe371512dfae6f07158c242d17ee9ee636;hp=88c1cb7128668209e40525e08a75943925c63504;hpb=2dee7965cd538d8d440524465ef4ad18111b2eda;p=bertos.git diff --git a/bertos/drv/pwm.h b/bertos/drv/pwm.h index 88c1cb71..60ae6e92 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