altoslib: synchronize access to serial debug output list
authorKeith Packard <keithp@keithp.com>
Sat, 25 Oct 2014 04:21:19 +0000 (21:21 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 25 Oct 2014 04:24:31 +0000 (21:24 -0700)
commit88df7cd314269fa1debe226b49b7e4e9dc238d8e
treedd82a4d0b17aa622eaf61a196088182b87b8c7e4
parent221824b038bf18ca43a38c82d18b0ae9586ba565
altoslib: synchronize access to serial debug output list

This list is access by both the receiver and the monitor task, so it
needs to be locked to prevent collisions.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosLink.java