From be32f88579365dbf1be73dbe25dbbab3534c08e5 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Tue, 31 Oct 2023 10:56:08 +0800 Subject: [PATCH] Fixed another problem of PL18EV mapping. --- radio/src/targets/pl18/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio/src/targets/pl18/board.h b/radio/src/targets/pl18/board.h index 7001ef805f9..b8fdfc271ca 100644 --- a/radio/src/targets/pl18/board.h +++ b/radio/src/targets/pl18/board.h @@ -181,7 +181,7 @@ bool isBacklightEnabled(); #if !defined(SIMU) void usbJoystickUpdate(); #endif -#if (PCBREV == PL18EV) +#if defined(RADIO_PL18EV) #define USB_NAME "FlySky PL18EV" #define USB_MANUFACTURER 'F', 'l', 'y', 'S', 'k', 'y', ' ', ' ' /* 8 bytes */ #define USB_PRODUCT 'P', 'L', '1', '8', 'E', 'V', ' ', ' ' /* 8 Bytes */