From 22b1f5f85862e7cd4a67addf4737a74b1dd30a0b Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 19 May 2010 12:26:22 +0000 Subject: [PATCH] Remove svn tag. Set cortex-m3 unsupported. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3717 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/pwm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.25.1