diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-14 20:44:07 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-14 20:44:07 -0800 |
commit | f11fc0fa0931315e8699f87565e47535fde82281 (patch) | |
tree | cf1de06f2507a1d2807b4e4836df05910e5f41fb /pksv.py | |
parent | 211ce8f7252be5c950ca6ff0dfb52d19a70663e2 (diff) | |
parent | e810b8df37d73c67ed019f3fea219b0cc6080d8d (diff) |
Merge pull request #86 from yenatch/master
3jumptext is an ender.
original-commit-id: 7a33b66ab4758fc00bb573eb0d1e3881a824a29a
Diffstat (limited to 'pksv.py')
-rw-r--r-- | pksv.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -292,8 +292,9 @@ pksv_crystal = { } #these cause the script to end; used in create_command_classes -pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x53, - 0x8D, 0x8F, 0x90, 0x91, 0x92, 0x9B, +pksv_crystal_more_enders = [0x03, 0x04, 0x05, 0x0C, 0x51, 0x52, + 0x53, 0x8D, 0x8F, 0x90, 0x91, 0x92, + 0x9B, 0xB2, #maybe? 0xCC, #maybe? ] |