Refactor dds into dds and fgen
driver module started
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "hwFixes.h"
|
||||
#include "System\system.h"
|
||||
#include "io.h"
|
||||
|
||||
#include "soft_timer.h"
|
||||
|
||||
//#define ON 1
|
||||
|
||||
@@ -801,3 +801,9 @@ void Umag_Patch(void)
|
||||
// Dds_Pot_Val[1] = Pot_Value_AB[Power_Level]; // data
|
||||
//
|
||||
|
||||
|
||||
|
||||
void delayms(uint32_t msec)
|
||||
{
|
||||
stimer_delay(msec);
|
||||
}
|
||||
Reference in New Issue
Block a user