mirror of
https://github.com/EnhancedRadioDevices/HamShield_KISS
synced 2023-10-28 07:05:50 +00:00
dds.h moved to DDS library
DDS is its own library now, this is needed to build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "SimpleFIFO.h"
|
#include "SimpleFIFO.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "dds.h"
|
#include <DDS.h>
|
||||||
#include <util/atomic.h>
|
#include <util/atomic.h>
|
||||||
|
|
||||||
#define PHASE_BIT 8
|
#define PHASE_BIT 8
|
||||||
|
|||||||
Reference in New Issue
Block a user