Fixed typo (chSysLockFromIsr -> chSysLockFromISR)

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7279 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2014-09-15 07:00:37 +00:00
parent 4695cf5489
commit a8e8a1bd6d
1 changed files with 2 additions and 2 deletions

View File

@ -602,9 +602,9 @@ static void otg_epout_handler(USBDriver *usbp, usbep_t ep) {
osp->rxsize = osp->totsize - osp->rxsize;
osp->rxcnt = 0;
usb_lld_prepare_receive(usbp, ep);
chSysLockFromIsr();
chSysLockFromISR();
usb_lld_start_out(usbp, ep);
chSysUnlockFromIsr();
chSysUnlockFromISR();
}
else {
/* End on OUT transfer.*/