mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
d'OH! (forgot end of comment)
This commit is contained in:
parent
93665a7659
commit
05961a27cf
@ -58,7 +58,7 @@ extern "C" {
|
||||
#define LWIP_VERSION_IS_DEVELOPMENT (LWIP_VERSION_RC == LWIP_RC_DEVELOPMENT)
|
||||
#define LWIP_VERSION_IS_RC ((LWIP_VERSION_RC != LWIP_RC_RELEASE) && (LWIP_VERSION_RC != LWIP_RC_DEVELOPMENT))
|
||||
|
||||
/* Some helper defines to get a version string
|
||||
/* Some helper defines to get a version string */
|
||||
#define LWIP_VERSTR2(x) #x
|
||||
#define LWIP_VERSTR(x) LWIP_VERSTR2(x)
|
||||
#if LWIP_VERSION_IS_RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user