mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
move TARGET_IO_PORTD defination
This commit is contained in:
parent
cd4e8e9b15
commit
37b68afff0
1 changed files with 1 additions and 1 deletions
|
@ -154,9 +154,9 @@
|
||||||
#define TARGET_IO_PORTA 0xffff
|
#define TARGET_IO_PORTA 0xffff
|
||||||
#define TARGET_IO_PORTB 0xffff
|
#define TARGET_IO_PORTB 0xffff
|
||||||
#define TARGET_IO_PORTC 0xffff
|
#define TARGET_IO_PORTC 0xffff
|
||||||
|
#define TARGET_IO_PORTD (BIT(2))
|
||||||
|
|
||||||
#ifdef KAKUTEF4V2
|
#ifdef KAKUTEF4V2
|
||||||
#define TARGET_IO_PORTD (BIT(2))
|
|
||||||
#define USABLE_TIMER_CHANNEL_COUNT 6
|
#define USABLE_TIMER_CHANNEL_COUNT 6
|
||||||
#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(8))
|
#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(8))
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue