소스 검색

Joystick: Use classes member variable...

I accidentally created a local version of a member variable...
main
Kurt Eckhardt 6 년 전
부모
커밋
9deb934cae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      joystick.cpp

+ 1
- 1
joystick.cpp 파일 보기

@@ -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;

Loading…
취소
저장