arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
381 stars 76 forks source link

x360DataRxCb never called #99

Open Allexin opened 3 years ago

Allexin commented 3 years ago

i try to make some logic based on intercepting messages from x360DataRxCb(uint32 controller) But i stuck on problem: static void x360DataRxCb(uint32 controller) never called. So rumble and led state not working at all. I double check it and do not understand how it possible and how i can fix it. Any ideas?