io.serial: Fix using list.
parent
88617a9e65
commit
cc540c3165
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors destructors io kernel math.parser sequences
|
USING: accessors destructors io.streams.duplex kernel
|
||||||
summary system vocabs ;
|
math.parser sequences summary system vocabs ;
|
||||||
IN: io.serial
|
IN: io.serial
|
||||||
|
|
||||||
TUPLE: serial-port < disposable stream path baud
|
TUPLE: serial-port < disposable stream path baud
|
||||||
|
|
Loading…
Reference in New Issue