Browse Source

JACK_LEVEL correction for real

philippe44 5 years ago
parent
commit
d301a2d9df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/wifi-manager/wifi_manager.c

+ 1 - 1
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