mirror of https://github.com/ARMmbed/mbed-os.git
Fix documentation of function allocateLongWriteRequest.
parent
969c63040e
commit
c59e057717
|
@ -109,8 +109,7 @@ private:
|
|||
|
||||
/**
|
||||
* Allocate a new write long request. return null if no requests are available.
|
||||
* @param connection_handle The connection handle which where the request will
|
||||
* happen.
|
||||
* @param connection_handle The connection handle to be associated with the request.
|
||||
* @return the allocated request or NULL if no requests are available.
|
||||
*/
|
||||
long_write_request_t* allocateLongWriteRequest(uint16_t connection_handle);
|
||||
|
|
Loading…
Reference in New Issue