1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 03:19:53 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2021-01-06 17:42:33 +01:00
parent 7e0272dfde
commit 00f462d8b5
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -131,8 +131,7 @@ __ALIGN_BEGIN uint8_t USBD_StrDesc[USB_MAX_STR_DESC_SIZ] __ALIGN_END ; // modifi
*/ */
uint8_t * USBD_USR_DeviceDescriptor( uint8_t speed , uint16_t *length) uint8_t * USBD_USR_DeviceDescriptor( uint8_t speed , uint16_t *length)
{ {
int vid; int vid, pid;
int pid;
switch (getSelectedUsbMode()) { switch (getSelectedUsbMode()) {
case USB_JOYSTICK_MODE: case USB_JOYSTICK_MODE: