Compare commits

...
Author SHA1 Message Date
AustinandGitHub aa370cdb64 Revert "Fix thinknode_m7 esp32s3 CI build failure from missing `esp_eth_drive…"
This reverts commit a08872299e.
2026-05-30 20:05:48 -04:00
-7
View File
@@ -1,7 +0,0 @@
#pragma once
#if __has_include_next("esp_eth_driver.h")
#include_next "esp_eth_driver.h"
#elif __has_include("esp_eth.h")
#include "esp_eth.h"
#endif