Skip to content

Commit eed982f

Browse files
kilograhamlurch
andauthored
Apply suggestions from code review
Co-authored-by: Andrew Scheller <[email protected]>
1 parent f994c26 commit eed982f

File tree

1 file changed

+2
-2
lines changed
  • src/rp2_common/hardware_dma/include/hardware

1 file changed

+2
-2
lines changed

src/rp2_common/hardware_dma/include/hardware/dma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static inline void channel_config_set_write_address_update_type(dma_channel_conf
239239
* \endcode
240240
*
241241
* \param c Pointer to channel configuration object
242-
* \param incr True to enable read address increments, whereby the read address increments by the transfer size with each transfer, false to perform each read from the same address.
242+
* \param incr True to enable read address increments, whereby the read address increments by the transfer size with each transfer. False to perform each read from the same address.
243243
* Usually disabled for peripheral to memory transfers
244244
* \sa channel_config_set_read_address_update_type
245245
*/
@@ -256,7 +256,7 @@ static inline void channel_config_set_read_increment(dma_channel_config_t *c, bo
256256
* \endcode
257257
*
258258
* \param c Pointer to channel configuration object
259-
* \param incr True to enable write address increments, whereby the address increments by the transfer size with each transfer, false to perform each write to the same address.
259+
* \param incr True to enable write address increments, whereby the write address increments by the transfer size with each transfer, false to perform each write to the same address.
260260
* Usually disabled for memory to peripheral transfers
261261
* \sa channel_config_set_write_address_update_type
262262
*/

0 commit comments

Comments
 (0)