summaryrefslogtreecommitdiff
path: root/apps/examples/pwm/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pwm/pwm.h')
-rw-r--r--apps/examples/pwm/pwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/pwm/pwm.h b/apps/examples/pwm/pwm.h
index a6132ca8b..db59bb051 100644
--- a/apps/examples/pwm/pwm.h
+++ b/apps/examples/pwm/pwm.h
@@ -84,8 +84,8 @@
# define CONFIG_EXAMPLES_PWM_DURATION 5
#endif
-#ifndef CONFIG_EXAMPLES_PWM_COUNT
-# define CONFIG_EXAMPLES_PWM_COUNT 0
+#ifndef CONFIG_EXAMPLES_PWM_PULSECOUNT
+# define CONFIG_EXAMPLES_PWM_PULSECOUNT 0
#endif
/* Debug ********************************************************************/