Skip to content

Commit

Permalink
missed macro example
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Sep 19, 2024
1 parent 374a334 commit fe8ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/dma/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ macro_rules! dma_circular_descriptors_chunk_size {
/// use esp_hal::dma::DmaBufBlkSize;
///
/// let tx_buf =
/// dma_tx_buffer!(32000, Some(DmaBufBlkSize::Size32));
/// dma_tx_buffer!(32000);
/// # }
/// ```
#[macro_export]
Expand Down

0 comments on commit fe8ef3a

Please sign in to comment.