Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
add CC pin timer config without DMA
  • Loading branch information
radiolinkW authored Jun 24, 2024
1 parent c1ab48e commit cef494f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/RADIOLINKF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
TIMER_PIN_MAP( 5, PB5 , 1, 0) \
TIMER_PIN_MAP( 6, PB0 , 2, 0) \
TIMER_PIN_MAP( 7, PB1 , 2, 0) \
TIMER_PIN_MAP( 8, PC8 , 2, 0)
TIMER_PIN_MAP( 8, PC8 , 2, 0) \
TIMER_PIN_MAP( 9, PA0 , 2, -1)


#define SPI3_TX_DMA_OPT 0
Expand Down

0 comments on commit cef494f

Please sign in to comment.