1. add comments for app lib

2. fix bug of sensor_config_with_attr
This commit is contained in:
Weining Lu
2019-05-08 16:42:39 +08:00
parent cf92fc0965
commit f3163f9471
8 changed files with 249 additions and 31 deletions

View File

@ -101,7 +101,7 @@ static void transaction_remove(transaction_t *trans)
}
}
bool is_event_type(request_t * req)
static bool is_event_type(request_t * req)
{
return req->action == COAP_EVENT;
}