Skip to content

Commit 0cff29d

Browse files
authored
add comment
1 parent 13d55a7 commit 0cff29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/IPAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class IPAddress: public Printable
185185
protected:
186186
bool fromString6(const char *address);
187187

188-
#else
188+
#else /* !LWIP_IPV6 */
189189

190190
// allow portable code when IPv6 is not enabled
191191

0 commit comments

Comments
 (0)