common: Implement USB0 interrupt handler.
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 18 Jun 2019 05:02:01 +0000 (07:02 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 18:34:52 +0000 (20:34 +0200)
commit2cc01363b3fbb2e6b9c993aec1ad11c7f340cbf9
tree79198a21e98c99de35b55966de483e900918564f
parentcec0c36c6bade2106fba5e4bb1ea0180b1aef6a6
common: Implement USB0 interrupt handler.

With this change, the device successfully registers as a USB ACM device
and doesn't hard fault if it's disconnected from USB.
src/common/virtual_com.c