diff --git a/components/wifi-manager/wifi_manager.c b/components/wifi-manager/wifi_manager.c index 3bebc371..fec346e6 100644 --- a/components/wifi-manager/wifi_manager.c +++ b/components/wifi-manager/wifi_manager.c @@ -72,7 +72,7 @@ Contains the freeRTOS task and all necessary support #endif #ifdef CONFIG_SQUEEZEAMP #define JACK_GPIO 34 -#define JACK_LEVEL !gpio_get_level(JACK_GPIO)?"1":"0"; +#define JACK_LEVEL !gpio_get_level(JACK_GPIO)?"1":"0" #else #define JACK_LEVEL "N/A" #endif