diff options
author | Keith Packard <keithp@keithp.com> | 2018-01-12 22:27:41 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-01-12 22:27:41 -0800 |
commit | b95db5819885da89504d5e11decfda98cfac37aa (patch) | |
tree | e91f35701795e0b3f68c3c532db620c4bd1accf0 /altoslib/Makefile.am | |
parent | f26cc1a677f577da533425a15485fcaa24626b23 (diff) |
altoslib/altosuilib: Validate rom image is for target device
This should avoid mis-programming devices with incorrect firmware.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 2a1cb8e4..7c5d767d 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -99,6 +99,7 @@ altoslib_JAVA = \ AltosRomconfig.java \ AltosSavedState.java \ AltosSelfFlash.java \ + AltosUsbId.java \ AltosSensorMM.java \ AltosSensorEMini.java \ AltosSensorTM.java \ |