Skip to content
Snippets Groups Projects
Commit e813eae3 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Wolfgang Denk
Browse files

Fix compilation error in cmd_usb.c


This patch fixes compilation error
cmd_usb.c: In function 'do_usb':
cmd_usb.c:552: error: void value not ignored as it ought to be

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent d8c82db4
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ void usb_event_poll(void); ...@@ -195,7 +195,7 @@ void usb_event_poll(void);
#define USB_MAX_STOR_DEV 5 #define USB_MAX_STOR_DEV 5
block_dev_desc_t *usb_stor_get_dev(int index); block_dev_desc_t *usb_stor_get_dev(int index);
int usb_stor_scan(int mode); int usb_stor_scan(int mode);
void usb_stor_info(void); int usb_stor_info(void);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment