DSP_WriteProcessPipe: Fix documentation typo
This commit is contained in:
parent
5f13628dac
commit
982be53414
@ -141,7 +141,7 @@ Result DSP_RegisterInterruptEvents(Handle handle, u32 interrupt, u32 channel);
|
|||||||
Result DSP_ReadPipeIfPossible(u32 channel, u32 peer, void* buffer, u16 length, u16* length_read);
|
Result DSP_ReadPipeIfPossible(u32 channel, u32 peer, void* buffer, u16 length, u16* length_read);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Writes to a pipe.
|
* @brief Writes to a pipe.
|
||||||
* @param channel unknown. Usually 2
|
* @param channel unknown. Usually 2
|
||||||
* @param buffer The message to send to the DSP process
|
* @param buffer The message to send to the DSP process
|
||||||
* @param length Length of the message
|
* @param length Length of the message
|
||||||
|
Loading…
Reference in New Issue
Block a user