File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
INCLUDE
17
17
******************************************************************************/
18
18
19
- #include " Arduino_ConnectionHandler.h"
20
-
21
-
22
- /* *****************************************************************************
23
- CLASS DECLARATION
24
- ******************************************************************************/
19
+ #include " ConnectionHandlerInterface.h"
25
20
26
21
#if defined(ARDUINO_PORTENTA_C33) || defined(ARDUINO_PORTENTA_H7_M7)
27
22
#include < Arduino_Cellular.h>
31
26
#error "Board doesn't support CELLULAR"
32
27
#endif
33
28
29
+ /* *****************************************************************************
30
+ CLASS DECLARATION
31
+ ******************************************************************************/
32
+
34
33
class CellularConnectionHandler : public ConnectionHandler
35
34
{
36
35
public:
You can’t perform that action at this time.
0 commit comments