This commit is contained in:
Gerolf Ziegenhain 2016-10-04 16:25:50 +02:00
parent 934b28aa1f
commit 98ec981c98
1 changed files with 0 additions and 14 deletions

View File

@ -21,19 +21,6 @@
// raspi wiring: http://raspberrypiguide.de/howtos/raspberry-pi-gpio-how-to/
// Detect OSX
#ifdef __MACH__
#include <mach/clock.h>
#include <mach/mach.h>
#endif
// Detect Raspi
#ifdef __ARM
#include <linux/ioctl.h>
#include <asm-generic/ioctl.h>
#include <asm-generic/termios.h>
#endif
//#define DEBUG 1
#define MAXDATASIZE 1024 // max number of bytes we can get at once
@ -64,7 +51,6 @@ char last_sender[16];
int translate = 1;
int audio_status = 1;
int kbhit (void)
{
struct timeval tv;