Files
ch32v208_sens/port/arch/sys_arch.h
2025-11-09 20:27:31 +06:00

8 lines
143 B
C

#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 */