mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Removing USE_UNIFIED_TARGET...
This commit is contained in:
parent
c5468981e6
commit
3396013b53
19 changed files with 17 additions and 73 deletions
|
@ -663,9 +663,7 @@ static bool mspCommonProcessOutCommand(int16_t cmdMSP, sbuf_t *dst, mspPostProce
|
|||
#if defined(USE_SOFTSERIAL1) || defined(USE_SOFTSERIAL2)
|
||||
targetCapabilities |= BIT(TARGET_HAS_SOFTSERIAL);
|
||||
#endif
|
||||
#if defined(USE_UNIFIED_TARGET)
|
||||
targetCapabilities |= BIT(TARGET_IS_UNIFIED);
|
||||
#endif
|
||||
#if defined(USE_FLASH_BOOT_LOADER)
|
||||
targetCapabilities |= BIT(TARGET_HAS_FLASH_BOOTLOADER);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue