Rename VGOODDHF4 to LUXF4OSD (agreed with target owner)

This commit is contained in:
U-DESKTOP-12PPI61\boris.bozic 2017-05-22 10:24:30 +02:00
parent 45a8248f62
commit dbdbd8724a
3 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1 @@
#LUXF4OSD.mk file

View File

@ -1 +0,0 @@
#VGOODDHF4.mk file

View File

@ -19,16 +19,16 @@
#define TARGET_BOARD_IDENTIFIER "CLR4"
#elif defined(OMNIBUSF4SD)
#define TARGET_BOARD_IDENTIFIER "OBSD"
#elif defined(VGOODDHF4)
#define TARGET_BOARD_IDENTIFIER "DHF4"
#elif defined(LUXF4OSD)
#define TARGET_BOARD_IDENTIFIER "LUX4"
#else
#define TARGET_BOARD_IDENTIFIER "OBF4"
#endif
#if defined(CL_RACINGF4)
#define USBD_PRODUCT_STRING "CL_RACINGF4"
#elif defined(VGOODDHF4)
#define USBD_PRODUCT_STRING "VgooddhF4"
#elif defined(LUXF4OSD)
#define USBD_PRODUCT_STRING "LuxF4osd"
#else
#define USBD_PRODUCT_STRING "OmnibusF4"
#endif
@ -116,7 +116,7 @@
#define SDCARD_DMA_CHANNEL_TX_COMPLETE_FLAG DMA_FLAG_TCIF4
#define SDCARD_DMA_CLK RCC_AHB1Periph_DMA1
#define SDCARD_DMA_CHANNEL DMA_Channel_0
#elif defined(VGOODDHF4)
#elif defined(LUXF4OSD)
#define ENABLE_BLACKBOX_LOGGING_ON_SPIFLASH_BY_DEFAULT
#define M25P16_CS_PIN PB12
#define M25P16_SPI_INSTANCE SPI2
@ -165,7 +165,7 @@
#define USE_SPI
#define USE_SPI_DEVICE_1
#if defined(OMNIBUSF4SD) || defined(CL_RACINGF4) || defined(VGOODDHF4)
#if defined(OMNIBUSF4SD) || defined(CL_RACINGF4) || defined(LUXF4OSD)
#define USE_SPI_DEVICE_2
#define SPI2_NSS_PIN PB12
#define SPI2_SCK_PIN PB13