projects
/
platform
/
core
/
api
/
peripheral-io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a5baf
)
Remove unused defines
84/129784/2
author
jino.cho
<jino.cho@samsung.com>
Thu, 18 May 2017 05:04:57 +0000
(14:04 +0900)
committer
jino.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
patch
|
blob
|
history
diff --git
a/src/peripheral_pwm.c
b/src/peripheral_pwm.c
index 07c40016c41d1c4bc968e7b325571274640b0da6..2b9c1a93a9de3883a82fb65cc357b471959a98e5 100644
(file)
--- 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;