[FL-2256] USB Service (#998)
* usb service, removed power observer * fix usb restart after disable * remove usb service from apps * Applcations: remove dead extern * New thread naming scheme for drivers * New thread symbol naming scheme for drivers Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -38,7 +38,6 @@ void furi_hal_init() {
|
||||
|
||||
// VCP + USB
|
||||
furi_hal_usb_init();
|
||||
furi_hal_usb_set_config(&usb_cdc_single);
|
||||
furi_hal_vcp_init();
|
||||
FURI_LOG_I(TAG, "USB OK");
|
||||
|
||||
|
Reference in New Issue
Block a user