altosui: Serialize data access in TD config code
authorKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 23:07:41 +0000 (16:07 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 12 Sep 2012 23:07:41 +0000 (16:07 -0700)
Setting the values was being done in the UI thread instead of the
Serial thread, which left the serial thread with uninitialized values
when it went to update the displayed value for the current
frequency. All fixed now.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found