mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 21:56:45 +08:00
Make pbuf_init() call be an empty macro for now
This commit is contained in:
@@ -98,7 +98,8 @@ struct pbuf {
|
||||
|
||||
};
|
||||
|
||||
void pbuf_init(void);
|
||||
/* Initializes the pbuf module. This call is empty for now, but may not be in future. */
|
||||
#define pbuf_init() do { } while (0)
|
||||
|
||||
struct pbuf *pbuf_alloc(pbuf_layer l, u16_t size, pbuf_flag flag);
|
||||
void pbuf_realloc(struct pbuf *p, u16_t size);
|
||||
|
||||
Reference in New Issue
Block a user