summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-19 18:12:51 +0700
committerhathach <[email protected]>2014-03-19 18:12:51 +0700
commitce85e4d98f4916fe64f5d266dd0941e7e066e5bc (patch)
tree877e419afe43bd576997d54ebd75f42f71db0838 /tinyusb/host
parenteb5dd58b51220fa394cf92ba9a23b2b7aa50b20f (diff)
#define SVCall_Handler SVC_Handler in lpcxpresso startup for lpc175x_6x & lpc11uxx for better compatiable with other lib & toolchain.
added lpc176x xpresso with cmsis rtx
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/usbh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c
index 1ff9d365e..13f08719e 100644
--- a/tinyusb/host/usbh.c
+++ b/tinyusb/host/usbh.c
@@ -178,7 +178,7 @@ tusb_error_t usbh_init(void)
tusb_error_t usbh_control_xfer_subtask(uint8_t dev_addr, uint8_t bmRequestType, uint8_t bRequest,
uint16_t wValue, uint16_t wIndex, uint16_t wLength, uint8_t* data)
{
- static tusb_error_t error; // FIXME cmsis-rtx use svc for OS API, error value changed after mutex release at the end of function
+ static tusb_error_t error; // FIXME [CMSIS-RTX] use svc for OS API, error value changed after mutex release at the end of function
OSAL_SUBTASK_BEGIN