Skip to content

Commit

Permalink
AP_HAL_ChibiOS: fix kakutef7/mini motor glitch when using dshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chobitsfan authored and peterbarker committed Sep 8, 2020
1 parent 4d59939 commit f4320c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PA3 TIM5_CH4 TIM5 PWM(6) GPIO(55)
#PD12 TIM4_CH1 TIM4 PWM(7) GPIO(56) # led pin
#PD15 TIM4_CH4 TIM4 PWM(8) GPIO(57) # buzzer pin (need to comment out buzzer)

DMA_PRIORITY S*
DMA_PRIORITY TIM1* TIM3* SPI4* SPI1*

define HAL_STORAGE_SIZE 16384
define STORAGE_FLASH_PAGE 1
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/KakuteF7Mini/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PA3 TIM5_CH4 TIM5 PWM(6) GPIO(55)
#PD12 TIM4_CH1 TIM4 PWM(7) GPIO(56) # led pin
#PD15 TIM4_CH4 TIM4 PWM(8) GPIO(57) # buzzer pin (need to comment out buzzer)

DMA_PRIORITY S*
DMA_PRIORITY TIM1* TIM3* SPI4* SPI1*

define HAL_STORAGE_SIZE 16384
define STORAGE_FLASH_PAGE 1
Expand Down

0 comments on commit f4320c9

Please sign in to comment.