From 6a5d7b7b6cffa661d475a6c4d75e237750cfd385 Mon Sep 17 00:00:00 2001 From: Roel Verdult Date: Wed, 3 Jun 2009 08:32:12 +0000 Subject: [PATCH] updating linux-ifdef for ARYGON readers --- src/dev_arygon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev_arygon.c b/src/dev_arygon.c index 63da211..0663766 100644 --- a/src/dev_arygon.c +++ b/src/dev_arygon.c @@ -25,7 +25,7 @@ along with this program. If not, see . #ifdef _WIN32 #define SERIAL_STRING "COM" #endif -#ifdef _LINUX +#ifdef linux #define SERIAL_STRING "/dev/ttyusb" #endif #ifdef __APPLE__