mirror of https://github.com/ARMmbed/mbed-os.git
Copy edit lorawan_types.h
Copy edit for minor grammar nits and consistent tense across docs.pull/7893/head
parent
fdff9f0f5d
commit
e4c4e7cc8d
|
|
@ -255,13 +255,13 @@ typedef struct {
|
|||
/**
|
||||
* This callback is optional
|
||||
*
|
||||
* The first parameter to callback function is the demodulation margin, and the second
|
||||
* The first parameter to the callback function is the demodulation margin, and the second
|
||||
* parameter is the number of gateways that successfully received the last request.
|
||||
*/
|
||||
mbed::Callback<void(uint8_t, uint8_t)> link_check_resp;
|
||||
|
||||
/**
|
||||
* This callback is optional. If callback is not set, stack will return 255 to gateway.
|
||||
* This callback is optional. If the callback is not set, the stack returns 255 to gateway.
|
||||
*
|
||||
* Battery level return value must follow the specification
|
||||
* for DevStatusAns MAC command:
|
||||
|
|
|
|||
Loading…
Reference in New Issue