Skip to content

Commit 702d953

Browse files
committed
typo, require at least 2.0.8
1 parent 6f420fa commit 702d953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino/ports/esp32/tusb_config_esp32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ extern "C" {
4545
//--------------------------------------------------------------------+
4646
#include "esp_arduino_version.h"
4747

48-
#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(2, 0, 7)
49-
#error "ESP32 Arduino core version 2.0.7 or later is required"
48+
#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(2, 0, 8)
49+
#error "ESP32 Arduino core version 2.0.8 or later is required"
5050
#endif
5151

5252
#ifndef CFG_TUD_LOG_LEVEL

0 commit comments

Comments
 (0)