Skip to content

Commit 91599d9

Browse files
committed
Ethernet: rename files
1 parent 2f3e0cb commit 91599d9

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

libraries/Ethernet/src/ethernetDriver.cpp renamed to libraries/Ethernet/src/EthernetDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "ethernetDriver.h"
1+
#include "EthernetDriver.h"
22
#include "IRQManager.h"
33

44
/* IMPORTANT NOTE: this driver is configured to use ZERO COPY

libraries/lwIpWrapper/src/CNetIf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "CCtrlWrapper.h"
1111
#include "CEspControl.h"
1212
#include "IPAddress.h"
13-
#include "ethernetDriver.h"
13+
#include "EthernetDriver.h"
1414
#include <queue>
1515
#include <string>
1616
#ifdef USE_LWIP_AS_LIBRARY

0 commit comments

Comments
 (0)