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

This commit is contained in:
Giovanni Di Sirio 2015-03-22 10:55:33 +00:00
parent f11fa0ce07
commit 14c4421d57
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ static bool otg_txfifo_handler(USBDriver *usbp, usbep_t ep) {
return FALSE;
#if STM32_USB_OTGFIFO_FILL_BASEPRI
__set_BASEPRI(CORTEX_PRIORITY_MASK(STM32_USB_OTGFIFO_FILL_BASEPRI));
__set_BASEPRI(CORTEX_PRIO_MASK(STM32_USB_OTGFIFO_FILL_BASEPRI));
#endif
/* Handles the two cases: linear buffer or queue.*/
if (usbp->epc[ep]->in_state->txqueued) {