mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
stuff for developing, actual debug mode as well as add the vban protocol specs
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#define PULSE_DEBUG
|
||||
#endif
|
||||
#ifdef PULSE_DEBUG
|
||||
#include "../lib/debug.h"
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
pa_simple* dev;
|
||||
|
||||
Reference in New Issue
Block a user