Skip to content

Commit

Permalink
Add missing Tim8 dma input sources
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Velagapudi <4@4khil.com>
  • Loading branch information
akhilles authored and David-OConnor committed Dec 12, 2024
1 parent 7b87ddd commit da0366b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/dma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ pub enum DmaInput {
Usart2Tx = 44,
Usart3Rx = 45,
Usart3Tx = 46,
Tim8Ch1 = 47,
Tim8Ch2 = 48,
Tim8Ch3 = 49,
Tim8Ch4 = 50,
Tim8Up = 51,
Tim8Trig = 52,
Tim8Com = 53,
Tim5Ch1 = 55,
Tim5Ch2 = 56,
Tim5Ch3 = 57,
Expand Down

0 comments on commit da0366b

Please sign in to comment.