Procházet zdrojové kódy

Joystick: Use classes member variable...

I accidentally created a local version of a member variable...
main
Kurt Eckhardt před 6 roky
rodič
revize
9deb934cae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      joystick.cpp

+ 1
- 1
joystick.cpp Zobrazit soubor

@@ -423,7 +423,7 @@ bool JoystickController::claim(Device_t *dev, int type, const uint8_t *descripto
uint32_t count_end_points = descriptors[4];
if (count_end_points < 2) return false;
if (descriptors[5] != 0xff) return false; // bInterfaceClass, 3 = HID
uint32_t rx_ep_ = 0;
rx_ep_ = 0;
uint32_t txep = 0;
uint8_t rx_interval = 0;
uint8_t tx_interval = 0;

Načítá se…
Zrušit
Uložit