summaryrefslogtreecommitdiff
path: root/src/osal/osal_none.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-26 14:05:08 +0700
committerhathach <[email protected]>2021-02-26 14:05:08 +0700
commitf6b48c07fca039ea49be49062298e1dc8cc78471 (patch)
tree2e45d30f9b918f160bd379ca1d87b7a408abd3a4 /src/osal/osal_none.h
parent0c05a02e676bdaa5f22e622a63de8af9b7851d97 (diff)
add rp2040 to host example build
Diffstat (limited to 'src/osal/osal_none.h')
-rw-r--r--src/osal/osal_none.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/osal/osal_none.h b/src/osal/osal_none.h
index ea6818621..a1f997cf2 100644
--- a/src/osal/osal_none.h
+++ b/src/osal/osal_none.h
@@ -34,14 +34,7 @@
//--------------------------------------------------------------------+
// TASK API
//--------------------------------------------------------------------+
-//static inline void osal_task_delay(uint32_t msec)
-//{
-// (void) msec;
-// // TODO only used by Host stack, will implement using SOF
-//
-//// uint32_t start = tusb_hal_millis();
-//// while ( ( tusb_hal_millis() - start ) < msec ) {}
-//}
+
//--------------------------------------------------------------------+
// Binary Semaphore API