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 | 7a33b66ab4758fc00bb573eb0d1e3881a824a29a (patch) | |
tree | edbeab41548f5b2bd74571cdbb0f2d08f7391c2b /extras | |
parent | e09aff77152b50cd9fde923fc913a6f5b815c3e8 (diff) | |
parent | 669c461ad8c60c0ca709fc5b52f02c6a0fc60561 (diff) |
Merge pull request #86 from yenatch/master
3jumptext is an ender.
Diffstat (limited to 'extras')
-rw-r--r-- | extras/pksv.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/pksv.py b/extras/pksv.py index 74d8b46b2..a73e16db7 100644 --- a/extras/pksv.py +++ b/extras/pksv.py @@ -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? ] |