Skip to content

Commit f7e5e15

Browse files
committed
typo fix
1 parent 8bf0a27 commit f7e5e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/target/SKYSTARSF405HD/config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void targetConfiguration(void)
3131
// To improve backwards compatibility with INAV versions 6.x and older
3232
timerOverridesMutable(timer2id(TIM2))->outputMode = OUTPUT_MODE_MOTORS;
3333

34-
#if defined(SKYSTARS405AIO)
34+
#if defined(SKYSTARSF405AIO)
3535
boardAlignmentMutable()->yawDeciDegrees = 450;
3636
#endif
3737

src/main/target/SKYSTARSF405HD/target.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ timerHardware_t timerHardware[] = {
2828
DEF_TIM(TIM4, CH1, PB6, TIM_USE_OUTPUT_AUTO, 0, 0),
2929
DEF_TIM(TIM3, CH1, PB4, TIM_USE_OUTPUT_AUTO, 0, 0),
3030
DEF_TIM(TIM2, CH2, PB3, TIM_USE_OUTPUT_AUTO, 0, 0),
31-
#if defined(SKYSTARSF405HD2) || defined(SKYSTARS405AIO)
31+
#if defined(SKYSTARSF405HD2) || defined(SKYSTARSF405AIO)
3232
DEF_TIM(TIM3, CH3, PB0, TIM_USE_OUTPUT_AUTO, 0, 0),
3333
DEF_TIM(TIM3, CH4, PB1, TIM_USE_OUTPUT_AUTO, 0, 0),
3434
#endif

0 commit comments

Comments
 (0)