Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay: Some cleanups and documentation (esp-rs#376)
* TickType: Make all functions const * delay: Inline small functions * Unexport the raw ets_delay_us() The raw unsafe ets delay function is not useful in user programs. Programs should use Ets::delay_us() instead. * delay: Add some documentation comments * delay: Implement Default for Delay
- Loading branch information