Skip to content

Commit fda096b

Browse files
author
Wajahat Abbas
committed
Make ATHandler:cmd_start() virtual
1 parent 541fc1f commit fda096b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/ATHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class ATHandler {
226226
*
227227
* @param cmd AT command to be written to modem
228228
*/
229-
void cmd_start(const char *cmd);
229+
virtual void cmd_start(const char *cmd);
230230

231231
/** Writes integer type AT command subparameter. Starts with the delimiter if not the first param after cmd_start.
232232
* In case of failure when writing, the last error is set to NSAPI_ERROR_DEVICE_ERROR.

0 commit comments

Comments
 (0)