mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +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"
|
||||
#elif defined(LUXF4OSD)
|
||||
#define TARGET_BOARD_IDENTIFIER "LUX4"
|
||||
#elif defined(DYSF4PRO)
|
||||
#define TARGET_BOARD_IDENTIFIER "DYS4"
|
||||
#else
|
||||
#define TARGET_BOARD_IDENTIFIER "OBF4"
|
||||
#endif
|
||||
|
||||
#if defined(LUXF4OSD)
|
||||
#define USBD_PRODUCT_STRING "LuxF4osd"
|
||||
#elif defined(DYSF4PRO)
|
||||
#define USBD_PRODUCT_STRING "DysF4Pro"
|
||||
#else
|
||||
#define USBD_PRODUCT_STRING "OmnibusF4"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue