mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
Prevent non-static function that is not declared in header file
This commit is contained in:
parent
e7b9849a1a
commit
5b899dd85b
@ -111,6 +111,9 @@ volatile u8_t pbuf_free_ooseq_pending;
|
||||
* This must be done in the correct thread context therefore this function
|
||||
* can only be used with NO_SYS=0 and through tcpip_callback.
|
||||
*/
|
||||
#if !NO_SYS
|
||||
static
|
||||
#endif /* !NO_SYS */
|
||||
void
|
||||
pbuf_free_ooseq(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user