Skip to content

Commit 50def68

Browse files
committed
Ethernet: remove SSID_MAX_LENGTH define
1 parent 70bf03b commit 50def68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: libraries/Ethernet/src/Ethernet.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "Ethernet.h"
22

3-
#define SSID_MAX_LENGTH 32
4-
53
int arduino::EthernetClass::begin(uint8_t *mac, unsigned long timeout, unsigned long responseTimeout) {
64
if (eth_if == nullptr) {
75
return 0;

0 commit comments

Comments
 (0)