[realtek-ambz2] Enable compilation of Arduino core

This commit is contained in:
Kuba Szczodrzyński
2023-05-24 13:02:33 +02:00
parent 3836ad20b7
commit bc74c21599
9 changed files with 35 additions and 11 deletions

View File

@@ -33,6 +33,9 @@
// clang-format on
#endif
// lwIP version as a decimal number, with 2 digits for each part (major, minor, patch)
#define LWIP_VERSION_SIMPLE (LWIP_VERSION_MAJOR * 10000 + LWIP_VERSION_MINOR * 100 + LWIP_VERSION_REVISION)
// remove family-defined debugging options (use lwIP defaults, or user-defined)
#undef ETHARP_DEBUG
#undef NETIF_DEBUG