altos: Clean up usage of serial port for stdio
authorKeith Packard <keithp@keithp.com>
Fri, 1 Apr 2011 21:12:56 +0000 (14:12 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Apr 2011 21:12:56 +0000 (14:12 -0700)
commit92386f2e8419c4df125692cc998eb72ec49bf991
tree4dadad9e2e07205d7854671e03ed508e17520c38
parent9f8a96a8516e13878b329dbf1da855ed9a3219c4
altos: Clean up usage of serial port for stdio

Code wanting to use this must invoke ao_add_stdio; that way
the link can be configured before command processing starts.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_serial.c