Port to Macintosh

This commit is contained in:
PaulStoffregen 2016-02-20 13:46:16 -08:00
commit 2312575ace
5 changed files with 78 additions and 13 deletions

View file

@ -157,7 +157,7 @@ static void newdata(const unsigned char *data, int len)
}
}
#if defined(LINUX)
#if defined(LINUX) || defined(MACOSX)
static int portfd=-1;
@ -349,5 +349,4 @@ void close_port(void)
}
#endif