From 7de767ffe6e464f2c2914a5c881c42f9877f5c15 Mon Sep 17 00:00:00 2001 From: "jino.cho" Date: Thu, 18 May 2017 14:04:57 +0900 Subject: [PATCH] Remove unused defines Change-Id: Ic330c835875625d782db9cee8e9b6b957443dff9 Signed-off-by: jino.cho --- src/peripheral_pwm.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.7.4