Skip to content

Commit 1de85b5

Browse files
committed
GEMALTO CINTERION: override shutdown function
1 parent 2e7a2a9 commit 1de85b5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

connectivity/drivers/cellular/GEMALTO/CINTERION/GEMALTO_CINTERION.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ nsapi_error_t GEMALTO_CINTERION::init()
9292
return NSAPI_ERROR_OK;
9393
}
9494

95+
nsapi_error_t GEMALTO_CINTERION::shutdown()
96+
{
97+
CellularDevice::shutdown();
98+
return NSAPI_ERROR_OK;
99+
}
100+
95101
GEMALTO_CINTERION::Module GEMALTO_CINTERION::get_module()
96102
{
97103
return _module;

connectivity/drivers/cellular/GEMALTO/CINTERION/GEMALTO_CINTERION.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class GEMALTO_CINTERION : public AT_CellularDevice {
5555

5656
protected:
5757
virtual nsapi_error_t init();
58+
virtual nsapi_error_t shutdown();
5859

5960
private:
6061
static Module _module;

0 commit comments

Comments
 (0)