From 195a41d4a943ec4e914b92e43bbd5bf9d6de5327 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 28 Dec 2024 22:15:03 -0500 Subject: [PATCH] ESP-IDF Robot Controls --- ESP-IDF_Robot/main/blink_example_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index af8deb1ec..b359e06dd 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -114,7 +114,7 @@ static adc_channel_t channel[2] = {ADC_CHANNEL_0, ADC_CHANNEL_1}; #endif // Declare struct to hold motors RPMs -extern motors_rpm motors; +//extern struct motors_rpm motors; static QueueHandle_t gpio_evt_queue = NULL; static uint8_t s_led_state = 0;