mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
Added ip_frag_init() to ip_init().
This commit is contained in:
parent
c89b085e5b
commit
dd060ceed3
@ -67,7 +67,9 @@
|
||||
void
|
||||
ip_init(void)
|
||||
{
|
||||
/* no initializations as of yet */
|
||||
#if IP_FRAG
|
||||
ip_frag_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user