git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4652 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-09-13 17:49:51 +00:00
parent 688ba35124
commit fd5dd5f3b6
1 changed files with 1 additions and 1 deletions

View File

@ -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