Skip to content

Commit bf6b62e

Browse files
committed
CellularConnectionHandler: align includes
1 parent 4419df1 commit bf6b62e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: src/CellularConnectionHandler.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616
INCLUDE
1717
******************************************************************************/
1818

19-
#include "Arduino_ConnectionHandler.h"
20-
21-
22-
/******************************************************************************
23-
CLASS DECLARATION
24-
******************************************************************************/
19+
#include "ConnectionHandlerInterface.h"
2520

2621
#if defined(ARDUINO_PORTENTA_C33) || defined(ARDUINO_PORTENTA_H7_M7)
2722
#include <Arduino_Cellular.h>
@@ -31,6 +26,10 @@
3126
#error "Board doesn't support CELLULAR"
3227
#endif
3328

29+
/******************************************************************************
30+
CLASS DECLARATION
31+
******************************************************************************/
32+
3433
class CellularConnectionHandler : public ConnectionHandler
3534
{
3635
public:

0 commit comments

Comments
 (0)