dds.h moved to DDS library

DDS is its own library now, this is needed to build
This commit is contained in:
Scott Howard 2020-06-27 20:49:19 -04:00 committed by GitHub
parent d2502913d5
commit 32b02a6128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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