altoslib: create eeprom download thread before telling monitor about it
authorKeith Packard <keithp@keithp.com>
Wed, 18 Dec 2013 21:09:48 +0000 (13:09 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 18 Dec 2013 21:09:48 +0000 (13:09 -0800)
commitb19a648b667c298d2d9d5ed4ee9db661be058d1a
treecd063fbbf2cdbdb70c2212b1fc3f9787fb6934a1
parent216405bc49ef2fc0e9941989f054e41f2fef9cfe
altoslib: create eeprom download thread before telling monitor about it

Telling the monitor too early resulted in passing a null thread
handle, which meant that 'cancel' wouldn't ever work.

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