1. add comments for app lib
2. fix bug of sensor_config_with_attr
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user