SYS_ARCH_PROTECT_XXX macros noops for now to get it to compile.I don't know whether anything is required here

This commit is contained in:
jani 2003-02-21 16:35:23 +00:00
parent 489fc69cce
commit d5be11334f
1 changed files with 5 additions and 0 deletions

View File

@ -64,4 +64,9 @@ typedef u32_t mem_ptr_t;
#define LWIP_PLATFORM_ASSERT(x) do {printf("Assertion \"%s\" failed at line %d in %s\n", \
x, __LINE__, __FILE__); fflush(NULL); abort();} while(0)
#define SYS_ARCH_DECL_PROTECT(x)
#define SYS_ARCH_PROTECT(x)
#define SYS_ARCH_UNPROTECT(x)
#endif /* __ARCH_CC_H__ */