Skip to content

Commit 8a45435

Browse files
committed
Remove copy/pasted return from doxygen
1 parent 294f0d2 commit 8a45435

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/rp2_common/hardware_pio/include/hardware

src/rp2_common/hardware_pio/include/hardware/pio.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ uint pio_add_program(PIO pio, const pio_program_t *program);
457457
* \param pio The PIO instance; either \ref pio0 or \ref pio1
458458
* \param program the program definition
459459
* \param offset the instruction memory offset wanted for the start of the program
460-
* \return the instruction memory offset the program is loaded at
461460
*/
462461
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset);
463462

0 commit comments

Comments
 (0)