tweak lwipopts.h

This commit is contained in:
2025-11-09 20:24:50 +06:00
parent a0ca17e68f
commit fd3d66e424
7 changed files with 34 additions and 44 deletions

8
port/arch/sys_arch.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef LWIP_ARCH_SYS_ARCH_H
#define LWIP_ARCH_SYS_ARCH_H
#include <stdint.h>
typedef uint32_t sys_prot_t;
#endif /* LWIP_ARCH_SYS_ARCH_H */