Skip to content

Commit 1d57299

Browse files
Amanda ButlerAri Parkkila
authored andcommitted
Copy edit AT_CellularSMS.h
Copy edit file for grammar.
1 parent 3a57d50 commit 1d57299

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/cellular/framework/AT/AT_CellularSMS.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ class AT_CellularSMS: public CellularSMS, public AT_CellularBase
143143

144144
/** Packs the given str from ascii to 7bit gsm format and converts it to hex to the given buf.
145145
*
146-
* @param str string which is to be converted
146+
* @param str string that is to be converted
147147
* @param len length of the str buffer
148-
* @param buf preallocated buffer which holds the converted string in hex format after successful call
148+
* @param buf preallocated buffer that holds the converted string in hex format after successful call
149149
* @param number_of_padding_bit padding bits needed to keep the octet boundary
150150
* @return length of buffer buf or zero on failure
151151
*/
152152
uint16_t pack_7_bit_gsm_and_hex(const char* str, uint16_t len, char *buf, int number_of_padding_bit);
153153

154154
/** Unpacks the given hex- and 7-bit gsm encoded str to ascii string
155155
*
156-
* @param str string which converted to ascii string to buf
156+
* @param str string to convert to ascii string and write to buf
157157
* @param len length of the str divided by two as str is hexencoded
158158
* @param buf preallocated destination buffer
159-
* @param padding_bits number of padding bits which were needed to hold the octet boundary
160-
* @param msg_len Length of the received message which is coded in str
159+
* @param padding_bits number of padding bits needed to hold the octet boundary
160+
* @param msg_len Length of the received message, which is coded in str
161161
* @return length of the destination buffer buf
162162
*
163163
*/

0 commit comments

Comments
 (0)