mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
441e9e7b84
This is required so that we can always respond to HID and CDC requests via the control endpoint (ep0). The F1/F3 implementation gets away with disabling these interfaces because all of the ep0 handling is in the usbhook code rather than (properly) split out into class-specific drivers like it is done on the F4 implementation. Conflicts: flight/targets/DiscoveryF4/System/pios_board.c flight/targets/FlyingF4/System/pios_board.c flight/targets/Freedom/System/pios_board.c flight/targets/Quanton/System/pios_board.c