From 3a4b4748db785eff35316c934dd8646fa652d59a Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Thu, 20 Jun 2024 17:01:30 +0200 Subject: [PATCH] Add missing timer for CC --- configs/WARPF7/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/WARPF7/config.h b/configs/WARPF7/config.h index 966d978f..6557a693 100644 --- a/configs/WARPF7/config.h +++ b/configs/WARPF7/config.h @@ -116,7 +116,8 @@ TIMER_PIN_MAP( 5, MOTOR6_PIN, 2, 0) \ TIMER_PIN_MAP( 6, MOTOR7_PIN, 2, 0) \ TIMER_PIN_MAP( 7, MOTOR8_PIN, 2, 0) \ - TIMER_PIN_MAP( 8, LED_STRIP_PIN, 1, 0) + TIMER_PIN_MAP( 8, LED_STRIP_PIN, 1, 0) \ + TIMER_PIN_MAP( 9, CAMERA_CONTROL_PIN, 1, -1) \ #define SPI3_TX_DMA_OPT 0 #define SPI3_RX_DMA_OPT 0