Remove unused defines 84/129784/2
authorjino.cho <jino.cho@samsung.com>
Thu, 18 May 2017 05:04:57 +0000 (14:04 +0900)
committerjino.cho <jino.cho@samsung.com>
Thu, 18 May 2017 06:31:20 +0000 (15:31 +0900)
Change-Id: Ic330c835875625d782db9cee8e9b6b957443dff9
Signed-off-by: jino.cho <jino.cho@samsung.com>
src/peripheral_pwm.c

index 07c40016c41d1c4bc968e7b325571274640b0da6..2b9c1a93a9de3883a82fb65cc357b471959a98e5 100644 (file)
@@ -24,9 +24,6 @@
 #include "peripheral_common.h"
 #include "peripheral_internal.h"
 
-#define PWM_ENABLE     1
-#define PWM_DISABLE    0
-
 int peripheral_pwm_open(int device, int channel, peripheral_pwm_h* pwm)
 {
        peripheral_pwm_h handle;