Refactor dds into dds and fgen
driver module started
This commit is contained in:
@@ -175,14 +175,10 @@ uint8_t i;
|
||||
|
||||
void Delay_Ticks(uint32_t Delay_Interval)
|
||||
{
|
||||
Sys_Timer = Delay_Interval; // load timer with multiples of 10mS
|
||||
|
||||
while (Sys_Timer > 0);
|
||||
|
||||
stimer_delay(Delay_Interval * 10);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void Tx_TimeOut(void)
|
||||
{
|
||||
if (tmr.autoShutdown != SD_NEVER)
|
||||
|
||||
Reference in New Issue
Block a user