Skip to content

Commit f65e3ef

Browse files
pennammaidnl
andcommitted
WiFiS3: fix comment about IP4 address length
Co-authored-by: Daniele <[email protected]>
1 parent 3581fc2 commit f65e3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFiS3/src/WiFiTypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define WL_WEP_KEY_MAX_LENGTH 13
1010
// Size of a MAC-address or BSSID
1111
#define WL_MAC_ADDR_LENGTH 6
12-
// Size of a MAC-address or BSSID
12+
// Size of a IP4 address
1313
#define WL_IPV4_LENGTH 4
1414

1515
typedef enum {

0 commit comments

Comments
 (0)