io.serial: Fix using list.

freebsd-work
Doug Coleman 2019-01-12 10:43:34 -06:00
parent 88617a9e65
commit cc540c3165
1 changed files with 2 additions and 2 deletions

View File

@ -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