From b1e875980cfba0a8a19c1e2a8ee0df66a2deccbe Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Fri, 18 Apr 2025 09:39:40 -0400 Subject: [PATCH] Communication: Rename Ethernet to Ethernet 01 --- include/icsneo/communication/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/icsneo/communication/network.h b/include/icsneo/communication/network.h index 2a77337..06acda7 100644 --- a/include/icsneo/communication/network.h +++ b/include/icsneo/communication/network.h @@ -841,7 +841,7 @@ public: case NetID::MOST_150: return "MOST 150"; case NetID::ETHERNET_01: - return "Ethernet"; + return "Ethernet 01"; case NetID::GMFSA: return "GMFSA"; case NetID::TCP: