mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Add DMA handlers to targets
add gtune to naze
This commit is contained in:
parent
3a156f98ab
commit
bca5514a48
7 changed files with 19 additions and 6 deletions
|
@ -112,9 +112,10 @@
|
|||
#define RSSI_ADC_GPIO_PIN GPIO_Pin_0
|
||||
#define RSSI_ADC_CHANNEL ADC_Channel_8
|
||||
|
||||
#define GPS
|
||||
#define LED_STRIP
|
||||
#define LED_STRIP_TIMER TIM3
|
||||
#define WS2811_DMA_TC_FLAG DMA1_FLAG_TC6
|
||||
#define WS2811_DMA_HANDLER_IDENTIFER DMA1_CH6_HANDLER
|
||||
|
||||
#define BLACKBOX
|
||||
#define TELEMETRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue