File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,13 +255,13 @@ typedef struct {
255
255
/**
256
256
* This callback is optional
257
257
*
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
259
259
* parameter is the number of gateways that successfully received the last request.
260
260
*/
261
261
mbed ::Callback < void (uint8_t , uint8_t )> link_check_resp ;
262
262
263
263
/**
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.
265
265
*
266
266
* Battery level return value must follow the specification
267
267
* for DevStatusAns MAC command:
You can’t perform that action at this time.
0 commit comments