Copy edit lorawan_types.h

Copy edit for minor grammar nits and consistent tense across docs.
pull/7893/head
Amanda Butler 2018-08-27 09:51:27 -05:00 committed by GitHub
parent fdff9f0f5d
commit e4c4e7cc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: