Skip to content

Commit ed0050a

Browse files
committed
Ethernet - MACAddress as alias for macAddress getter
1 parent 433dd3a commit ed0050a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ethernet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class UIPEthernetClass
9494
EthernetHardwareStatus hardwareStatus();
9595

9696
uint8_t* macAddress(uint8_t* mac);
97+
void MACAddress(uint8_t *mac_address) { macAddress(mac_address); }
9798

9899
IPAddress localIP();
99100
IPAddress subnetMask();

0 commit comments

Comments
 (0)