]> Git Repo - u-boot.git/blobdiff - common/usb.c
Merge branch '2023-06-20-assorted-update' into next
[u-boot.git] / common / usb.c
index ae9253dfc0edfb681776b986eb871b87993ebf1d..836506dcd9e9f7ba462dea115f0e4fb4d3f74d80 100644 (file)
@@ -43,7 +43,7 @@
 #define USB_BUFSIZ     512
 
 static int asynch_allowed;
-char usb_started; /* flag for the started/stopped USB status */
+bool usb_started; /* flag for the started/stopped USB status */
 
 #if !CONFIG_IS_ENABLED(DM_USB)
 static struct usb_device usb_dev[USB_MAX_DEVICE];
This page took 0.022344 seconds and 4 git commands to generate.