Skip to content

Commit c67dc3a

Browse files
committed
Ethernet: rename include guard
1 parent 91599d9 commit c67dc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Ethernet/src/EthernetSSLClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef ethernetsslclient_h
2-
#define ethernetsslclient_h
1+
#ifndef ARDUINO_LWIP_ETHERNET_SSL_CLIENT_H
2+
#define ARDUINO_LWIP_ETHERNET_SSL_CLIENT_H
33

44
#include "EthernetClient.h"
55
#include "SSLClient.h"

0 commit comments

Comments
 (0)