update vexpress-a9

This commit is contained in:
Meco Man
2021-11-08 11:07:54 -05:00
parent 1adcc181aa
commit 74669b3f1d
4 changed files with 54 additions and 126 deletions

View File

@@ -18,7 +18,6 @@
#if (defined(RT_USING_SAL) && defined(SAL_USING_POSIX))
#include <sys/socket.h>
#define SYSCALL_NET(f) ((void*)(f))
#else
#define SYSCALL_NET(f) ((void*)sys_notimpl)