From: jino.cho Date: Thu, 18 May 2017 05:04:57 +0000 (+0900) Subject: Remove unused defines X-Git-Tag: submit/tizen/20170602.034029~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7de767ffe6e464f2c2914a5c881c42f9877f5c15;p=platform%2Fcore%2Fapi%2Fperipheral-io.git Remove unused defines Change-Id: Ic330c835875625d782db9cee8e9b6b957443dff9 Signed-off-by: jino.cho --- diff --git a/src/peripheral_pwm.c b/src/peripheral_pwm.c index 07c4001..2b9c1a9 100644 --- a/src/peripheral_pwm.c +++ b/src/peripheral_pwm.c @@ -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;