Skip to content

Commit

Permalink
Fixed another problem of PL18EV mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Nov 15, 2023
1 parent 018f711 commit 88cc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/pl18/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 88cc2c4

Please sign in to comment.