修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -42,8 +42,6 @@
extern "C" {
#endif
#define LWIP_NO_STDINT_H 1
typedef uint8_t u8_t;
typedef int8_t s8_t;
typedef uint16_t u16_t;
@@ -84,8 +82,6 @@ typedef int sys_prot_t;
/* Select how LwIP debug will print */
#define LWIP_PLATFORM_DIAG(x) {printf x;}
#define LWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS
#ifdef MICO_LWIP_DEBUG
#define LWIP_PLATFORM_ASSERT(x) MICO_ASSERTION_FAIL_ACTION()
#else