mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Moved serial_4way to new IO, added temp fix for F4 targets
This commit is contained in:
parent
5d385d0019
commit
f7c182bf3d
4 changed files with 49 additions and 62 deletions
|
@ -17,11 +17,7 @@
|
|||
*/
|
||||
|
||||
typedef struct {
|
||||
GPIO_TypeDef* gpio;
|
||||
uint16_t pinpos;
|
||||
uint16_t pin;
|
||||
gpio_config_t gpio_config_INPUT;
|
||||
gpio_config_t gpio_config_OUTPUT;
|
||||
IO_t io;
|
||||
} escHardware_t;
|
||||
|
||||
extern uint8_t escSelected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue