mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 19:57:05 +08:00
Rename pbuf's "flgs" in "flags" (see in [lwip-devel] Last changes by Marc)
This commit is contained in:
@@ -84,7 +84,7 @@ struct pbuf {
|
||||
u8_t /*pbuf_type*/ type;
|
||||
|
||||
/** misc flags */
|
||||
u8_t flgs;
|
||||
u8_t flags;
|
||||
|
||||
/**
|
||||
* the reference count always equals the number of pointers
|
||||
|
||||
Reference in New Issue
Block a user