mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed errors on KAKUTEF4 target
Added definitions for TIM8_CH3 alternative DMA in timer_def.h (F4) Renamed KAKUTEF4 target directory (removing version - use HW REV, not target name) Fixed signed versus unsigned warning in serial_cli.c
This commit is contained in:
parent
6154a78101
commit
e393d61116
6 changed files with 50 additions and 37 deletions
|
@ -277,6 +277,7 @@
|
|||
#define DEF_TIM_DMA_STR_0__TIM8_CH2 DMA2_ST3
|
||||
#define DEF_TIM_DMA_STR_1__TIM8_CH2 DMA2_ST2
|
||||
#define DEF_TIM_DMA_STR_0__TIM8_CH3 DMA2_ST2
|
||||
#define DEF_TIM_DMA_STR_1__TIM8_CH3 DMA2_ST4
|
||||
#define DEF_TIM_DMA_STR_0__TIM8_CH4 DMA2_ST7
|
||||
|
||||
#define DEF_TIM_DMA_STR_0__TIM9_CH1 DMA_NONE
|
||||
|
@ -331,6 +332,7 @@
|
|||
#define DEF_TIM_DMA_CHN_0__TIM8_CH2 DMA_Channel_0
|
||||
#define DEF_TIM_DMA_CHN_1__TIM8_CH2 DMA_Channel_7
|
||||
#define DEF_TIM_DMA_CHN_0__TIM8_CH3 DMA_Channel_0
|
||||
#define DEF_TIM_DMA_CHN_1__TIM8_CH3 DMA_Channel_0
|
||||
#define DEF_TIM_DMA_CHN_0__TIM8_CH4 DMA_Channel_7
|
||||
|
||||
#define DEF_TIM_DMA_CHN_0__TIM9_CH1 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue