From cef494f2bbcdc05d7eba73f5a82182449149acaa Mon Sep 17 00:00:00 2001 From: Radiolink <31606489+radiolinkW@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:16:00 +0800 Subject: [PATCH] Update config.h add CC pin timer config without DMA --- configs/RADIOLINKF722/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/RADIOLINKF722/config.h b/configs/RADIOLINKF722/config.h index 6963e3d8..9797bba8 100644 --- a/configs/RADIOLINKF722/config.h +++ b/configs/RADIOLINKF722/config.h @@ -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