In packet master, move USB flush from packet thread to echo thread
authorKeith Packard <keithp@keithp.com>
Thu, 5 Nov 2009 05:29:37 +0000 (21:29 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Nov 2009 05:29:37 +0000 (21:29 -0800)
commitbc62bb254085cc705203b57260c04ac5e14c6611
tree3cc8e9ccb2d1b11a752379b25d797d11afa88ec3
parent27ebaf8e13aed06bb1ea6e770f767495a02be6c5
In packet master, move USB flush from packet thread to echo thread

This keeps the packet thread from blocking on USB and also makes the
flush happen after every packet (slightly more USB traffic, but
packets are slow anyway).

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