diff options
| author | Ha Thach <[email protected]> | 2025-09-10 17:45:59 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-10 17:45:59 +0700 |
| commit | b6b22096dd5e2f97a98cccc10ad451ffa1b2b88e (patch) | |
| tree | 7263ec4f0d02ab15cde17f8a47730e77b61217c5 /src/tusb.h | |
| parent | 4a8b8220d94ccf16bbab47eac6340ce8572eb7b4 (diff) | |
| parent | d70d4043dcccb1628424c39c231ed1f95fb52f8e (diff) | |
Merge pull request #3126 from salkinium/fix/phyc_pll
[stm32] Wait until the PHYC PLL is stable
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tusb.h b/src/tusb.h index e794a8b0b..92da845c0 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -170,16 +170,6 @@ bool tusb_deinit(uint8_t rhport); #endif -//--------------------------------------------------------------------+ -// API Implemented by user -//--------------------------------------------------------------------+ - -// Get current milliseconds, required by some port/configuration without RTOS -uint32_t tusb_time_millis_api(void); - -// Delay in milliseconds, use tusb_time_millis_api() by default. required by some port/configuration with no RTOS -void tusb_time_delay_ms_api(uint32_t ms); - #ifdef __cplusplus } #endif |
