Skip to content

Commit 4cb39ea

Browse files
committed
fix format error
1 parent f6ca2a1 commit 4cb39ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/ETH.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ void ETHClass::printInfo(Print & out){
999999
out.print(" ");
10001000
out.print("ether ");
10011001
out.print(macAddress());
1002-
out.printf(" phy 0x%X", phyAddr());
1002+
out.printf(" phy 0x%lX", phyAddr());
10031003
out.println();
10041004

10051005
out.print(" ");

0 commit comments

Comments
 (0)