diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-10-08 15:25:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-10-08 15:25:45 +0200 |
commit | 1d83a2b247f8e83bbce802a272ffa165bbc6333f (patch) | |
tree | 116a24ec03eabfef4bd2dd73efeb97ecaad57d67 /src/output/UHD.h | |
parent | 8736f6160aeafe7a177cb6143fea80157e174e52 (diff) | |
download | dabmod-1d83a2b247f8e83bbce802a272ffa165bbc6333f.tar.gz dabmod-1d83a2b247f8e83bbce802a272ffa165bbc6333f.tar.bz2 dabmod-1d83a2b247f8e83bbce802a272ffa165bbc6333f.zip |
Get fixed_point working with USRP
Diffstat (limited to 'src/output/UHD.h')
-rw-r--r-- | src/output/UHD.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output/UHD.h b/src/output/UHD.h index 9891c7a..c4f1a45 100644 --- a/src/output/UHD.h +++ b/src/output/UHD.h @@ -45,12 +45,9 @@ DESCRIPTION: #include <atomic> #include <thread> -#include "Log.h" #include "output/SDR.h" #include "output/USRPTime.h" #include "TimestampDecoder.h" -#include "RemoteControl.h" -#include "ThreadsafeQueue.h" #include <stdio.h> #include <sys/types.h> |