altos: Oops. Serial 1 stdin was busted by typo
authorKeith Packard <keithp@keithp.com>
Tue, 7 Aug 2012 18:30:47 +0000 (11:30 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 7 Aug 2012 18:30:47 +0000 (11:30 -0700)
commitc58f3d1a373b20fac3f51037008bcc40955f1348
tree6d65005d74f9b6b07b13af3678d8d24acb4ee0d7
parent46f87373bc8c28442273ee4f8da3a352223150f5
altos: Oops. Serial 1 stdin was busted by typo

A typo in the symbol used to enable stdin wakeups from serial1 caused
the input to pend until some other wakeup occurred.

This also makes the serial1 hw flow control pin selects in config 2
work right, although those aren't used by any current product

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