File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
features/cellular/framework/API Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class CellularInformation
44
44
* @param buf manufacturer identification
45
45
* @param buf_size max length of manufacturer identification is 2048 characters
46
46
* @return NSAPI_ERROR_OK on success
47
- * NSAPI_ERROR_DEVICE_ERROR on case of failure
47
+ * NSAPI_ERROR_DEVICE_ERROR on failure
48
48
*/
49
49
virtual nsapi_size_or_error_t get_manufacturer (char *buf, size_t buf_size) = 0;
50
50
@@ -53,7 +53,7 @@ class CellularInformation
53
53
* @param buf model identification
54
54
* @param buf_size max length of model identification is 2048 characters
55
55
* @return NSAPI_ERROR_OK on success
56
- * NSAPI_ERROR_DEVICE_ERROR on case of failure
56
+ * NSAPI_ERROR_DEVICE_ERROR on failure
57
57
*/
58
58
virtual nsapi_size_or_error_t get_model (char *buf, size_t buf_size) = 0;
59
59
@@ -62,7 +62,7 @@ class CellularInformation
62
62
* @param buf revision identification
63
63
* @param buf_size max length of revision identification is 2048 characters
64
64
* @return NSAPI_ERROR_OK on success
65
- * NSAPI_ERROR_DEVICE_ERROR on case of failure
65
+ * NSAPI_ERROR_DEVICE_ERROR on failure
66
66
*/
67
67
virtual nsapi_size_or_error_t get_revision (char *buf, size_t buf_size) = 0;
68
68
};
You can’t perform that action at this time.
0 commit comments