Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/main/target/DAKEFPVF435/target.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ timerHardware_t timerHardware[] = {
DEF_TIM(TMR5, CH2, PH3, TIM_USE_OUTPUT_AUTO, 0,9), // S1
DEF_TIM(TMR5, CH1, PH2, TIM_USE_OUTPUT_AUTO, 0,10),// S2

DEF_TIM(TMR3, CH3, PC8, TIM_USE_ANY, 0, 11), //
// DEF_TIM(TMR9, CH2, PC5, TIM_USE_LED, 0, 0), // LED STRIP
DEF_TIM(TMR3, CH3, PC8, TIM_USE_LED | TIM_USE_ANY, 0, 11), // LED_STRIP
};

const int timerHardwareCount = sizeof(timerHardware) / sizeof(timerHardware[0]);

4 changes: 2 additions & 2 deletions src/main/target/DAKEFPVF435/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

#define USE_DSHOT
#define USE_ESC_SENSOR
#define MAX_PWM_OUTPUT_PORTS 10
#define MAX_PWM_OUTPUT_PORTS 11

// PINIO
#define USE_PINIO
Expand All @@ -171,4 +171,4 @@
#define PINIO2_PIN PB10

// VBAT 10K/160K
#define VBAT_SCALE_DEFAULT 1600
#define VBAT_SCALE_DEFAULT 1094
Loading