From e6a545cd0f02ebac7eef4b58e7fe18e35c75a754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sun, 28 Oct 2018 22:25:06 +0100 Subject: [PATCH] application: minor fix --- application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.c b/application.c index 208b670..8384009 100644 --- a/application.c +++ b/application.c @@ -249,7 +249,7 @@ static const uint16_t strobe_double[] = {100, 200, 100, 0}; /** switch strobe power on */ static void strobe_on(void) { -#if LED_ON +#if STROBE_ON gpio_set(GPIO(STROBE_PORT), GPIO(STROBE_PIN)); #else gpio_clear(GPIO(STROBE_PORT), GPIO(STROBE_PIN));