Skip to content

Commit 59972b6

Browse files
author
Ari Parkkila
committed
Cellular: Remove netsocket/generic_modem_driver
1 parent 139d506 commit 59972b6

File tree

11 files changed

+5
-2207
lines changed

11 files changed

+5
-2207
lines changed

features/cellular/framework/device/CellularContext.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
*/
1717
#include "CellularContext.h"
1818

19+
MBED_WEAK CellularBase *CellularBase::get_target_default_instance()
20+
{
21+
return mbed::CellularContext::get_default_instance();
22+
}
23+
1924
namespace mbed {
2025
#ifdef CELLULAR_DEVICE
2126
MBED_WEAK CellularContext *CellularContext::get_default_instance()

features/netsocket/cellular/generic_modem_driver/OnboardCellularInterface.cpp

Lines changed: 0 additions & 82 deletions
This file was deleted.

features/netsocket/cellular/generic_modem_driver/OnboardCellularInterface.h

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)