From 8a45435cb8ee318d2f2b86e55a584411113d56a3 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Sun, 31 Jan 2021 22:33:31 +0000 Subject: [PATCH] Remove copy/pasted return from doxygen --- src/rp2_common/hardware_pio/include/hardware/pio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rp2_common/hardware_pio/include/hardware/pio.h b/src/rp2_common/hardware_pio/include/hardware/pio.h index 8cd80e6..68975a9 100644 --- a/src/rp2_common/hardware_pio/include/hardware/pio.h +++ b/src/rp2_common/hardware_pio/include/hardware/pio.h @@ -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);