Let lwip_stats appear in docs

This commit is contained in:
Dirk Ziegelmeier 2016-07-19 08:32:13 +02:00
parent cb99ca099e
commit 09636c5b92

View File

@ -297,6 +297,7 @@ struct stats_ {
#endif
};
/** Global variable containing lwIP internal statistics. Add this to your debugger's watchlist. */
extern struct stats_ lwip_stats;
/** Init statistics */