Merge branch 'master' into phy_class

This commit is contained in:
ismagom 2015-04-06 10:15:52 +02:00
commit 50babae358
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;