diff options
| author | hathach <[email protected]> | 2014-03-19 18:12:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-19 18:12:51 +0700 |
| commit | ce85e4d98f4916fe64f5d266dd0941e7e066e5bc (patch) | |
| tree | 877e419afe43bd576997d54ebd75f42f71db0838 /tinyusb/osal | |
| parent | eb5dd58b51220fa394cf92ba9a23b2b7aa50b20f (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/osal')
| -rw-r--r-- | tinyusb/osal/osal_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/osal/osal_common.h b/tinyusb/osal/osal_common.h index 4c551126c..9add3e877 100644 --- a/tinyusb/osal/osal_common.h +++ b/tinyusb/osal/osal_common.h @@ -59,7 +59,7 @@ enum
{
OSAL_TIMEOUT_NOTIMEOUT = 0, // for use within ISR, return immediately
- OSAL_TIMEOUT_NORMAL = 10*5, // default is 10 msec, FIXME CMSIS-RTX easily timeout with 10 msec
+ OSAL_TIMEOUT_NORMAL = 10*5, // default is 10 msec, FIXME [CMSIS-RTX] easily timeout with 10 msec
OSAL_TIMEOUT_WAIT_FOREVER = 0xFFFFFFFF
};
|
