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 68cac96 commit cc3835eCopy full SHA for cc3835e
features/cellular/framework/AT/AT_CellularBase.h
@@ -37,10 +37,10 @@ class AT_CellularBase
37
*/
38
ATHandler& get_at_handler();
39
40
- /** Gets the device error which happened when using AT commands/responses. This is at error
+ /** Gets the device error that happened when using AT commands/responses. This is at error
41
* returned by the device. Returned CME/CMS errors can be found from 3gpp documents 27007 and 27005.
42
*
43
- * @return at error (CME/CMS) while communication with the device
+ * @return at error (CME/CMS) while communicating with the device
44
45
device_err_t get_device_error() const;
46
0 commit comments