Skip to content

Commit 42b1125

Browse files
fixup! fixup! renaming connection handler implmentation files
1 parent 23aa025 commit 42b1125

7 files changed

+7
-7
lines changed

src/CatM1ConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
INCLUDE
2323
******************************************************************************/
2424

25-
#include "Arduino_ConnectionHandlerInterface.h"
25+
#include "ConnectionHandlerInterface.h"
2626

2727
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_EDGE_CONTROL)
2828
#include <GSM.h>

src/ConnectionHandlerInterface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
INCLUDE
2020
******************************************************************************/
2121

22-
#include "Arduino_ConnectionHandlerInterface.h"
22+
#include "ConnectionHandlerInterface.h"
2323

2424
/******************************************************************************
2525
CONSTRUCTOR/DESTRUCTOR

src/EthernetConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
INCLUDE
2020
******************************************************************************/
2121

22-
#include "Arduino_ConnectionHandlerInterface.h"
22+
#include "ConnectionHandlerInterface.h"
2323

2424
#if defined(ARDUINO_PORTENTA_H7_M7)
2525
#include <Ethernet.h>

src/GSMConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
INCLUDE
2323
******************************************************************************/
2424

25-
#include "Arduino_ConnectionHandlerInterface.h"
25+
#include "ConnectionHandlerInterface.h"
2626

2727
#if defined(ARDUINO_SAMD_MKRGSM1400)
2828
#include <MKRGSM.h>

src/LoRaConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
INCLUDE
2323
******************************************************************************/
2424

25-
#include "Arduino_ConnectionHandlerInterface.h"
25+
#include "ConnectionHandlerInterface.h"
2626

2727
#if defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRWAN1310)
2828
#include <MKRWAN.h>

src/NBConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
INCLUDE
2323
******************************************************************************/
2424

25-
#include "Arduino_ConnectionHandlerInterface.h"
25+
#include "ConnectionHandlerInterface.h"
2626

2727
#ifdef ARDUINO_SAMD_MKRNB1500
2828
#include <MKRNB.h>

src/WiFiConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
INCLUDE
2323
******************************************************************************/
2424

25-
#include "Arduino_ConnectionHandlerInterface.h"
25+
#include "ConnectionHandlerInterface.h"
2626

2727
#ifdef ARDUINO_SAMD_MKR1000
2828
#include <WiFi101.h>

0 commit comments

Comments
 (0)