Refactor dds into dds and fgen

driver module started
This commit is contained in:
2025-06-20 18:02:50 -05:00
parent 658cedfa3b
commit 0556b06cab
22 changed files with 299 additions and 466 deletions

View File

@@ -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)