Use librpitx for sendiq and tune

This commit is contained in:
Your Name 2021-01-13 09:47:38 +00:00
parent b0c66e8f75
commit e65d3c4eca
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#include <unistd.h>
#include "librpitx.h"
#include <librpitx/librpitx.h>
#include "stdio.h"
#include <cstring>
#include <signal.h>

View file

@ -1,5 +1,5 @@
#include <unistd.h>
#include "librpitx.h"
#include <librpitx/librpitx.h>
#include "stdio.h"
#include <cstring>
#include <signal.h>