Make ATHandler:cmd_start() virtual

pull/7564/head
Wajahat Abbas 2018-07-20 13:49:43 +05:00
parent 541fc1f28b
commit fda096b4c4
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public:
*
* @param cmd AT command to be written to modem
*/
void cmd_start(const char *cmd);
virtual void cmd_start(const char *cmd);
/** Writes integer type AT command subparameter. Starts with the delimiter if not the first param after cmd_start.
* In case of failure when writing, the last error is set to NSAPI_ERROR_DEVICE_ERROR.