summaryrefslogtreecommitdiff
path: root/src/osal
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-09-01 19:16:50 +0700
committerhathach <[email protected]>2020-09-01 19:16:50 +0700
commit84425c50b3bb5c892bfab9d094cc3da6a9c04da5 (patch)
tree6e8a46cb5259ea57078381ea8c64c4c3e4b348ca /src/osal
parentf4e3c6fd8ee125123e2cfa704d61dab34be576c5 (diff)
add more logging to host stack
tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway).
Diffstat (limited to 'src/osal')
-rw-r--r--src/osal/osal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osal/osal.h b/src/osal/osal.h
index c61f0c912..b5057ff4c 100644
--- a/src/osal/osal.h
+++ b/src/osal/osal.h
@@ -37,9 +37,9 @@
#include "common/tusb_common.h"
// Return immediately
-#define OSAL_TIMEOUT_NOTIMEOUT (0)
+#define OSAL_TIMEOUT_NOTIMEOUT (0)
// Default timeout
-#define OSAL_TIMEOUT_NORMAL (10)
+#define OSAL_TIMEOUT_NORMAL (10)
// Wait forever
#define OSAL_TIMEOUT_WAIT_FOREVER (UINT32_MAX)