1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45: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:
Jay Blackman 2025-01-28 11:37:57 +11:00 committed by GitHub
parent c6a891e57e
commit 2d63010dc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 34 additions and 58 deletions

View file

@ -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