undef already defined (#20906)

This commit is contained in:
Jason2866
2024-03-18 10:26:13 +01:00
committed by GitHub
parent 70bce974b2
commit 9dd1c28cfc

View File

@@ -25,6 +25,7 @@
#include <time.h>
#ifdef ESP32
#undef F
#define F(A) A
#endif