Remove copy/pasted return from doxygen

This commit is contained in:
Luke Wren 2021-01-31 22:33:31 +00:00 committed by Graham Sanderson
parent 73ce5d2b4e
commit 7872969915

View File

@ -457,7 +457,6 @@ uint pio_add_program(PIO pio, const pio_program_t *program);
* \param pio The PIO instance; either \ref pio0 or \ref pio1
* \param program the program definition
* \param offset the instruction memory offset wanted for the start of the program
* \return the instruction memory offset the program is loaded at
*/
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset);