application: minor fix

This commit is contained in:
King Kévin 2018-10-28 22:25:06 +01:00
parent ca4d41e79f
commit e6a545cd0f
1 changed files with 1 additions and 1 deletions

View File

@ -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));