mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
rebase First try to make use of uIP for sending syslog
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#ifndef _UDPAPPS_H_
|
||||
#define _UDPAPPS_H_
|
||||
|
||||
#include "dhcp.h"
|
||||
#include "syslog.h"
|
||||
|
||||
void udp_callbacks(void);
|
||||
|
||||
#ifndef UIP_UDP_APPCALL
|
||||
#define UIP_UDP_APPCALL udp_callbacks
|
||||
#endif /* UIP_UDP_APPCALL */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user