diff options
| author | hathach <[email protected]> | 2022-02-18 13:07:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-02-18 13:07:21 +0700 |
| commit | 52645fcc1b6f00d4bf6b211a5425addf7d3a1e8c (patch) | |
| tree | a328f504635274fb688f9e1932a26e32fb471b69 /src/osal/osal_rtx4.h | |
| parent | fcca8bb4ca219b2b43169997a5a00d65bc12c877 (diff) | |
fix build with latest esp idf
Diffstat (limited to 'src/osal/osal_rtx4.h')
| -rw-r--r-- | src/osal/osal_rtx4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osal/osal_rtx4.h b/src/osal/osal_rtx4.h index 32d7782d9..f7e88e322 100644 --- a/src/osal/osal_rtx4.h +++ b/src/osal/osal_rtx4.h @@ -167,4 +167,4 @@ static inline bool osal_queue_empty(osal_queue_t qhdl) } #endif -#endif /* _TUSB_OSAL_FREERTOS_H_ */ +#endif |
