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 493b300 commit 4a43197Copy full SHA for 4a43197
src/rp2_common/hardware_pio/include/hardware/pio.h
@@ -919,7 +919,7 @@ int pio_set_gpio_base(PIO pio, uint gpio_base);
919
* \param pio The PIO instance; e.g. \ref pio0 or \ref pio1
920
* \param program the program definition
921
* \return true if the program can be loaded;
922
- * false if not, e.g. if there is not suitable space in the instruction memory
+ * false if not, e.g. if there is not suitable space in the instruction memory
923
*/
924
bool pio_can_add_program(PIO pio, const pio_program_t *program);
925
0 commit comments