Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lwIpWrapper: fix comment about IP4 address length
Co-authored-by: Daniele <34984733+maidnl@users.noreply.github.com>
  • Loading branch information
pennam and maidnl committed Feb 19, 2025
commit b5bb105cb66dea94f9e8971c303a8e8d83ac97b6
2 changes: 1 addition & 1 deletion libraries/lwIpWrapper/src/CNetIf.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define WL_WEP_KEY_MAX_LENGTH 13
// Size of a MAC-address or BSSID
#define WL_MAC_ADDR_LENGTH 6
// Size of a MAC-address or BSSID
// Size of a IP4 address
#define WL_IPV4_LENGTH 4

/* DEFAULT ADDRESS FOR ETHERNET CONFIGURATION */
Expand Down
Loading