remove erroneous comment
This commit is contained in:
parent
e3a41b4a0c
commit
28f47d7dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -1374,7 +1374,7 @@ allows COM port numbers to be specified. */
|
||||||
serial_device_prefix = "/dev/tty[ASU]*";
|
serial_device_prefix = "/dev/tty[ASU]*";
|
||||||
#elif defined IRIX
|
#elif defined IRIX
|
||||||
serial_device_prefix = "/dev/ttyd*";
|
serial_device_prefix = "/dev/ttyd*";
|
||||||
#endif /* __linux__ */
|
#endif
|
||||||
|
|
||||||
if(argc > 0) {
|
if(argc > 0) {
|
||||||
if (argv->a_type == A_FLOAT)
|
if (argv->a_type == A_FLOAT)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue