123

Revision:
9:a156d3de5647
Parent:
8:4acb22344932
--- a/utility/uipopt.h	Fri Jun 30 19:51:28 2017 +0000
+++ b/utility/uipopt.h	Tue Aug 27 15:01:10 2019 +0000
@@ -244,11 +244,11 @@
  * \hideinitializer
  */
 
-#ifndef UIP_CONF_MAX_CONNECTIONS
+#ifndef UIP_MAX_CONNECTIONS
 #define UIP_CONNS   10
 #else /* UIP_CONF_MAX_CONNECTIONS */
 
-#define UIP_CONNS   UIP_CONF_MAX_CONNECTIONS
+#define UIP_CONNS   UIP_MAX_CONNECTIONS
 #endif /* UIP_CONF_MAX_CONNECTIONS */
 
 /**