git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6890 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2014-04-27 16:56:34 +00:00
parent 91216f2404
commit 2b0b55a4dd
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ msg_t usb_lld_pump(void *p) {
USBDriver *usbp = (USBDriver *)p; USBDriver *usbp = (USBDriver *)p;
stm32_otg_t *otgp = usbp->otg; stm32_otg_t *otgp = usbp->otg;
#if defined(__CHIBIOS_RT__) #if defined(_CHIBIOS_RT_)
chRegSetThreadName("usb_lld_pump"); chRegSetThreadName("usb_lld_pump");
#endif #endif
osalSysLock(); osalSysLock();