mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
c056ac5261
The CDC interface is always advertised in the FW USB descriptors. It is NOT always enabled/initialized at runtime. Specifically, it can be Disabled in HwSettings. Previously, any CDC-related query that the host would send resulted in an assert and a watchdog. Now, a suitable return code indicating that the request is unsupported is returned in this scenario.
Check the wiki