aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpiocmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpiocmds.c')
-rw-r--r--src/gpiocmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpiocmds.c b/src/gpiocmds.c
index 105d9d88..1d48a40e 100644
--- a/src/gpiocmds.c
+++ b/src/gpiocmds.c
@@ -107,7 +107,7 @@ DECL_COMMAND(command_set_digital_out, "set_digital_out pin=%u value=%c");
****************************************************************/
#define MAX_SOFT_PWM 256
-DECL_CONSTANT(SOFT_PWM_MAX, MAX_SOFT_PWM);
+DECL_CONSTANT("SOFT_PWM_MAX", MAX_SOFT_PWM);
struct soft_pwm_s {
struct timer timer;