Remove too specific ASSERT.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 17 Nov 2009 16:48:53 +0000 (16:48 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 17 Nov 2009 16:48:53 +0000 (16:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3117 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/drv/pwm_at91.c

index 39627382b0f93d6404734fb78086a5056d1f202f..a716a7d43e56a2ed353c712bb30b250a4c45d4a7 100644 (file)
@@ -157,8 +157,7 @@ void pwm_hw_setDutyUnlock(PwmDev dev, uint16_t duty)
        }
        else
        {
-               ASSERT(PWM_CCNT0);
-        /*
+               /*
          * If polarity flag is true we must invert
          * PWM polarity.
          */