altoslib: Lock access to AltosLink config_data
authorKeith Packard <keithp@keithp.com>
Fri, 6 Sep 2013 23:50:46 +0000 (16:50 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Sep 2013 23:50:46 +0000 (16:50 -0700)
commit1e52d34137626ca756ea01f317ef7c359e464a5b
treee7f580827b9dab9ea19b25c5777642c1e7e30acc
parent29bb16397f14ed617ca3fbf48f2a7b726fd627d8
altoslib: Lock access to AltosLink config_data

Prevents multiple callers from trying to get config data at the same
time and messing up the serial line

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