mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
232f9b2f8f
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.