[Stub] support.
Delay implementation.
Functions
void delay_us(uint32 us)Delay the given number of microseconds.
Note that this function currently assumes you are on a LeafLabs board, and will only work properly if you follow the LeafLabs RCC configuration.
Parameters:
- us -
Number of microseconds to delay.