hiddbg: fix docstring comment to reflect previous change

This commit is contained in:
ndeadly 2023-02-01 23:36:55 +01:00
parent 1450757005
commit f8a57e2fe7

View File

@ -402,7 +402,7 @@ Result hiddbgUnsetAllAutoPilotVirtualPadState(void);
* @brief Initialize Hdls.
* @note Only available with [7.0.0+].
* @param[out] session_id [13.0.0+] \ref HiddbgHdlsSessionId
* @param[in] buffer An existing buffer to be used as transfer memory. If null a new transfer memory will be created.
* @param[in] buffer An existing buffer to be used as transfer memory.
* @param[in] size Size of the supplied buffer.
*/
Result hiddbgAttachHdlsWorkBuffer(HiddbgHdlsSessionId *session_id, void *buffer, size_t size);