mirror of https://github.com/ARMmbed/mbed-os.git
Make ATHandler:cmd_start() virtual
parent
541fc1f28b
commit
fda096b4c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue