From 60e1ab29b660ca59e7ef4978bf8f3b7131835a3c Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 22 Dec 2024 09:06:19 -0500 Subject: [PATCH] ESP IDF Robot --- ESP-IDF_Robot/main/blink_example_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 6070c36c7..3fb9356e2 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -35,8 +35,6 @@ static const char *TAG = "ESP IDF Robot"; static QueueHandle_t gpio_evt_queue = NULL; - - static uint8_t s_led_state = 0; #ifdef CONFIG_BLINK_LED_STRIP