mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
9 lines
260 B
C
9 lines
260 B
C
|
|
#include "uip/uip.h"
|
|
#include "udp_apps.h"
|
|
|
|
void udp_callbacks(void)
|
|
{
|
|
dhcp_callback(uip_udp_conn->lport); // let the application decide if this is for it or not
|
|
syslog_callback(uip_udp_conn->lport); // let the application decide if this is for it or not
|
|
} |