Skip to content

Commit

Permalink
Fix DMA description
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaguangbo authored and Vollbrecht committed Jul 18, 2024
1 parent d6f6922 commit d2c031a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! | | 1-3 devices | Y | N | Y | N |
//! | | 4-6 devices | Only on esp32CX | N | Y | N |
//! | | More than 6 | N | N | Y | N |
//! | | DMA | N | N | N | N |
//! | | DMA | Y | Y | Y | Y |
//! | | Polling transmit | Y | Y | Y | Y |
//! | | ISR transmit | Y | Y | Y | Y |
//! | | Async support* | Y | Y | Y | Y |
Expand Down

0 comments on commit d2c031a

Please sign in to comment.