updating linux-ifdef for ARYGON readers

This commit is contained in:
Roel Verdult 2009-06-03 08:32:12 +00:00
parent 459aa86a70
commit 6a5d7b7b6c

View file

@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef _WIN32 #ifdef _WIN32
#define SERIAL_STRING "COM" #define SERIAL_STRING "COM"
#endif #endif
#ifdef _LINUX #ifdef linux
#define SERIAL_STRING "/dev/ttyusb" #define SERIAL_STRING "/dev/ttyusb"
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__