mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Removed PBUF_FLAG_LINK_BROADCAST.
This commit is contained in:
parent
dbd61d129d
commit
a0db1eaa32
@ -60,8 +60,6 @@ typedef enum {
|
||||
|
||||
/** indicates this packet's data should be immediately passed to the application */
|
||||
#define PBUF_FLAG_PUSH 0x01U
|
||||
/** indicates this packet was broadcast on the link */
|
||||
#define PBUF_FLAG_LINK_BROADCAST 0x02U
|
||||
|
||||
struct pbuf {
|
||||
/** next pbuf in singly linked pbuf chain */
|
||||
|
Loading…
Reference in New Issue
Block a user