mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
d7d670036b
USB device was being accessed prior to being initialized.
This resulted in a hard-fault or NMI when using any endpoint
beyond 0 or 1 which are init'ed by the BL. This broke VCP which
is on endpoint 2 (control) and 3 (data).
This bug was introduced in
|
||
---|---|---|
.. | ||
Boards | ||
Common | ||
inc | ||
STM32F4xx | ||
STM32F10x | ||
pios.h |