Skip to content

Commit ccb49cb

Browse files
committed
Fix WiFiGenericClass class name
1 parent 3625397 commit ccb49cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: libraries/WiFi/src/WiFiAP.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class APClass: public NetworkInterface {
5656
protected:
5757
size_t printDriverInfo(Print & out) const;
5858

59-
friend class WiFiGeneric;
59+
friend class WiFiGenericClass;
6060
bool onEnable();
6161
bool onDisable();
6262
};

Diff for: libraries/WiFi/src/WiFiSTA.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class STAClass: public NetworkInterface {
9292

9393
size_t printDriverInfo(Print & out) const;
9494

95-
friend class WiFiGeneric;
95+
friend class WiFiGenericClass;
9696
bool onEnable();
9797
bool onDisable();
9898
};

0 commit comments

Comments
 (0)