Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shokai committed Jul 27, 2011
1 parent 2a7a9f9 commit 43b7a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serial-socket-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ parser.comment(:bit, 'bit(7-9)', 8)
parser.comment(:stopbit, 'stopbit', 1)
parser.comment(:parity, 'parity bit', 0)
parser.comment(:port, 'TCP Port', 8782)
parser.comment(:serial_out_interval, 'default : 0 (sec)')
serial_device, params = parser.parse(ARGV)

if !serial_device or parser.has_option(:help)
Expand Down

0 comments on commit 43b7a3f

Please sign in to comment.