File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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>
3126 #error "Board doesn't support CELLULAR"
3227#endif
3328
29+ /* *****************************************************************************
30+ CLASS DECLARATION
31+ ******************************************************************************/
32+
3433class CellularConnectionHandler : public ConnectionHandler
3534{
3635 public:
You can’t perform that action at this time.
0 commit comments