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;