We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294f0d2 commit 8a45435Copy full SHA for 8a45435
1 file changed
src/rp2_common/hardware_pio/include/hardware/pio.h
@@ -457,7 +457,6 @@ uint pio_add_program(PIO pio, const pio_program_t *program);
457
* \param pio The PIO instance; either \ref pio0 or \ref pio1
458
* \param program the program definition
459
* \param offset the instruction memory offset wanted for the start of the program
460
- * \return the instruction memory offset the program is loaded at
461
*/
462
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset);
463
0 commit comments