We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541fc1f commit fda096bCopy full SHA for fda096b
features/cellular/framework/AT/ATHandler.h
@@ -226,7 +226,7 @@ class ATHandler {
226
*
227
* @param cmd AT command to be written to modem
228
*/
229
- void cmd_start(const char *cmd);
+ virtual void cmd_start(const char *cmd);
230
231
/** Writes integer type AT command subparameter. Starts with the delimiter if not the first param after cmd_start.
232
* In case of failure when writing, the last error is set to NSAPI_ERROR_DEVICE_ERROR.
0 commit comments