implement 'keypressed()' in the unix port

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt
2018-10-13 16:31:01 +02:00
parent 7c10065bd2
commit f272a75b6a
2 changed files with 14 additions and 0 deletions

View File

@@ -59,5 +59,8 @@ typedef struct sys_mbox * sys_mbox_t;
struct sys_thread;
typedef struct sys_thread * sys_thread_t;
#define LWIP_EXAMPLE_APP_ABORT() lwip_unix_keypressed()
int lwip_unix_keypressed(void);
#endif /* LWIP_ARCH_SYS_ARCH_H */