mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
target.h updated for DYSF4PRO
This commit is contained in:
parent
eab46fa1b5
commit
b7192ee00b
1 changed files with 4 additions and 0 deletions
|
@ -19,12 +19,16 @@
|
||||||
#define TARGET_BOARD_IDENTIFIER "OBSD"
|
#define TARGET_BOARD_IDENTIFIER "OBSD"
|
||||||
#elif defined(LUXF4OSD)
|
#elif defined(LUXF4OSD)
|
||||||
#define TARGET_BOARD_IDENTIFIER "LUX4"
|
#define TARGET_BOARD_IDENTIFIER "LUX4"
|
||||||
|
#elif defined(DYSF4PRO)
|
||||||
|
#define TARGET_BOARD_IDENTIFIER "DYS4"
|
||||||
#else
|
#else
|
||||||
#define TARGET_BOARD_IDENTIFIER "OBF4"
|
#define TARGET_BOARD_IDENTIFIER "OBF4"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(LUXF4OSD)
|
#if defined(LUXF4OSD)
|
||||||
#define USBD_PRODUCT_STRING "LuxF4osd"
|
#define USBD_PRODUCT_STRING "LuxF4osd"
|
||||||
|
#elif defined(DYSF4PRO)
|
||||||
|
#define USBD_PRODUCT_STRING "DysF4Pro"
|
||||||
#else
|
#else
|
||||||
#define USBD_PRODUCT_STRING "OmnibusF4"
|
#define USBD_PRODUCT_STRING "OmnibusF4"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue