mt6701 uart_redirect
This commit is contained in:
9
3rd/delay.c
Normal file
9
3rd/delay.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Delay.h"
|
||||
#include "ti_msp_dl_config.h"
|
||||
void delay_ms(uint16_t ms)
|
||||
{
|
||||
while(ms--)
|
||||
{
|
||||
delay_cycles(CPUCLK_FREQ / 1000);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user