diff options
| author | hathach <[email protected]> | 2021-02-26 14:05:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-26 14:05:08 +0700 |
| commit | f6b48c07fca039ea49be49062298e1dc8cc78471 (patch) | |
| tree | 2e45d30f9b918f160bd379ca1d87b7a408abd3a4 /src/osal/osal.h | |
| parent | 0c05a02e676bdaa5f22e622a63de8af9b7851d97 (diff) | |
add rp2040 to host example build
Diffstat (limited to 'src/osal/osal.h')
| -rw-r--r-- | src/osal/osal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osal/osal.h b/src/osal/osal.h index 02e3e0a06..28bdf479c 100644 --- a/src/osal/osal.h +++ b/src/osal/osal.h @@ -66,7 +66,6 @@ typedef void (*osal_task_func_t)( void * ); //--------------------------------------------------------------------+ // OSAL Porting API //--------------------------------------------------------------------+ -//static inline void osal_task_delay(uint32_t msec); //------------- Semaphore -------------// static inline osal_semaphore_t osal_semaphore_create(osal_semaphore_def_t* semdef); |
