git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4652 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
688ba35124
commit
fd5dd5f3b6
|
@ -820,7 +820,7 @@ void usb_lld_init(void) {
|
|||
(uint8_t *)wsp + sizeof(Thread),
|
||||
CH_THREAD_FILL_VALUE);
|
||||
_thread_memfill((uint8_t *)wsp + sizeof(Thread),
|
||||
(uint8_t *)wsp + sizeof(USBD1.wa_pump) - sizeof(Thread),
|
||||
(uint8_t *)wsp + sizeof(USBD2.wa_pump) - sizeof(Thread),
|
||||
CH_STACK_FILL_VALUE);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue