summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index a76eb66fef..9eaf2014fa 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -71,7 +71,7 @@ static int usb_mmc_countdown = 0;
71 71
72/* Make sure there's enough stack space for screendump */ 72/* Make sure there's enough stack space for screendump */
73#ifdef USB_FULL_INIT 73#ifdef USB_FULL_INIT
74static long usb_stack[(DEFAULT_STACK_SIZE + SECTOR_SIZE + BMP_LINESIZE)/sizeof(long)]; 74static long usb_stack[(DEFAULT_STACK_SIZE + SECTOR_SIZE + DUMP_BMP_LINESIZE)/sizeof(long)];
75static const char usb_thread_name[] = "usb"; 75static const char usb_thread_name[] = "usb";
76static unsigned int usb_thread_entry = 0; 76static unsigned int usb_thread_entry = 0;
77#ifndef USB_STATUS_BY_EVENT 77#ifndef USB_STATUS_BY_EVENT