From 94e502fc8adfc23e0f5fc16f07f99c7bbb3c5464 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Fri, 24 Jun 2016 09:16:56 +0200 Subject: [PATCH] Switch to C-style comments in test lwipopts --- test/unit/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lwipopts.h b/test/unit/lwipopts.h index fb5038b9..9c105419 100644 --- a/test/unit/lwipopts.h +++ b/test/unit/lwipopts.h @@ -48,7 +48,7 @@ #define TCP_WND (10 * TCP_MSS) #define LWIP_WND_SCALE 1 #define TCP_RCV_SCALE 0 -#define PBUF_POOL_SIZE 400 // pbuf tests need ~200KByte +#define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ /* Minimal changes to opt.h required for etharp unit tests: */ #define ETHARP_SUPPORT_STATIC_ENTRIES 1