mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
commit
e1b5c2a67a
3 changed files with 9 additions and 3 deletions
1
src/main/target/OMNIBUSF4/DYSF4PRO.mk
Normal file
1
src/main/target/OMNIBUSF4/DYSF4PRO.mk
Normal file
|
@ -0,0 +1 @@
|
|||
#DYSF4PRO
|
|
@ -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