Skip to content

Commit cd7e6c9

Browse files
author
Marcin Radomski
committed
Adjust AT_CellularSMS_stub API
1 parent 14f8d15 commit cd7e6c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UNITTESTS/stubs/AT_CellularSMS_stub.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ nsapi_error_t AT_CellularSMS::set_csdh(int show_header)
7171
return NSAPI_ERROR_OK;
7272
}
7373

74-
nsapi_error_t AT_CellularSMS::initialize(CellularSMSMmode mode)
74+
nsapi_error_t AT_CellularSMS::initialize(CellularSMSMmode mode,
75+
CellularSMSEncoding encoding)
7576
{
7677
return NSAPI_ERROR_OK;
7778
}

0 commit comments

Comments
 (0)