Skip to content

Commit e4c4e7c

Browse files
author
Amanda Butler
authored
Copy edit lorawan_types.h
Copy edit for minor grammar nits and consistent tense across docs.
1 parent fdff9f0 commit e4c4e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/lorawan/lorawan_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ typedef struct {
255255
/**
256256
* This callback is optional
257257
*
258-
* The first parameter to callback function is the demodulation margin, and the second
258+
* The first parameter to the callback function is the demodulation margin, and the second
259259
* parameter is the number of gateways that successfully received the last request.
260260
*/
261261
mbed::Callback<void(uint8_t, uint8_t)> link_check_resp;
262262

263263
/**
264-
* This callback is optional. If callback is not set, stack will return 255 to gateway.
264+
* This callback is optional. If the callback is not set, the stack returns 255 to gateway.
265265
*
266266
* Battery level return value must follow the specification
267267
* for DevStatusAns MAC command:

0 commit comments

Comments
 (0)