mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Remove transponder // Fix for SPRACINGF3MINI build error
This commit is contained in:
parent
a88fb685fa
commit
ed98bf4b66
1 changed files with 2 additions and 1 deletions
|
@ -891,11 +891,12 @@ void validateAndFixConfig(void)
|
|||
#endif
|
||||
|
||||
|
||||
#if defined(LED_STRIP) && defined(TRANSPONDER)
|
||||
/*#if defined(LED_STRIP) && defined(TRANSPONDER) // TODO - Add transponder feature
|
||||
if ((WS2811_DMA_TC_FLAG == TRANSPONDER_DMA_TC_FLAG) && featureConfigured(FEATURE_TRANSPONDER) && featureConfigured(FEATURE_LED_STRIP)) {
|
||||
featureClear(FEATURE_LED_STRIP);
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
#if defined(CC3D) && defined(SONAR) && defined(USE_SOFTSERIAL1) && defined(RSSI_ADC_GPIO)
|
||||
// shared pin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue