Skip to content

Commit d720db5

Browse files
committed
modify AT_CellularDevice_stub to pass test with the new feature
1 parent 337b811 commit d720db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularDevice_stub.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ bool AT_CellularDevice_stub::pin_needed = false;
3333
bool AT_CellularDevice_stub::supported_bool = false;
3434
int AT_CellularDevice_stub::max_sock_value = 1;
3535

36-
AT_CellularDevice::AT_CellularDevice(FileHandle *fh) :
36+
AT_CellularDevice::AT_CellularDevice(FileHandle *fh, char* delim) :
3737
CellularDevice(),
38-
_at(fh, _queue, get_property(AT_CellularDevice::PROPERTY_AT_SEND_DELAY), "\r"),
38+
_at(fh, _queue, get_property(AT_CellularDevice::PROPERTY_AT_SEND_DELAY), delim),
3939
#if MBED_CONF_CELLULAR_USE_SMS
4040
_sms(0),
4141
#endif // MBED_CONF_CELLULAR_USE_SMS

0 commit comments

Comments
 (0)