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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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