Fixed libsdrgui include in tutorial examples

This commit is contained in:
ismagom 2015-04-06 10:15:27 +02:00
parent f253321ebb
commit 7b86cd030d
2 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ extern cf_t *tmp2;
#ifndef DISABLE_GRAPHICS
#include "libsdrgui/libsdrgui.h"
#include "srsgui/srsgui.h"
plot_real_t pssout;
//plot_complex_t pce;

View File

@ -56,7 +56,7 @@ cell_search_cfg_t cell_detect_config = {
//#define STDOUT_COMPACT
#ifndef DISABLE_GRAPHICS
#include "libsdrgui/libsdrgui.h"
#include "srsgui/srsgui.h"
void init_plots();
pthread_t plot_thread;
sem_t plot_sem;