mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-03 20:29:15 +01:00
This code was previously passing a pointer to stack data into PIOS_USBHOOK_CtrlTx() which may be sending this data asynchronously. Now pass a pointer to static data so that the asynchronous send doesn't tx random stack contents.