updating linux-ifdef for ARYGON readers
This commit is contained in:
parent
459aa86a70
commit
6a5d7b7b6c
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||||
|
|
Loading…
Add table
Reference in a new issue