mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Remove redundant SITL ioPortDef_s array definition (#14202)
* Remove redundant SITL ioPortDef_s array definition * Minor cleanup of some logic where SIMULATOR is in ./src/main * Updated based on feedback from @ledvinap * Reducing scope as per @ledvinap * Fix unit test * Removing serial port avoidance in totality (unused). TODO: Remove PWM/PPM radio inputs in another PR.
This commit is contained in:
parent
c6a891e57e
commit
2d63010dc8
10 changed files with 34 additions and 58 deletions
|
@ -417,4 +417,5 @@ extern uint8_t _dmaram_end__;
|
|||
#define DMA_TRAIT_CHANNEL 1
|
||||
#endif
|
||||
|
||||
#define SERIAL_TRAIT_PIN_CONFIG 1
|
||||
#define USB_DP_PIN PA12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue