DSP_WriteProcessPipe: Fix documentation typo

This commit is contained in:
Pixel-Pop 2021-12-20 19:45:14 -08:00 committed by fincs
parent 5f13628dac
commit 982be53414

View File

@ -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