diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-01 21:46:36 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-09 12:38:57 +0800 |
commit | 5bf8d1c62d6907b44d92f75f4402c4a0dee28a2c (patch) | |
tree | d05ed961482a6f1a81c8023f331112d66bdcaec5 /data | |
parent | 6cbce0b9668c0fd7e902397e96f9a488b1d6f5a8 (diff) |
fix rfu_STC_analyzeLLSF
Co-authored-by: Normmatt <normmatt234@gmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/librfu_rodata.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/librfu_rodata.s b/data/librfu_rodata.s index d5e847aa3..e5b15c6c5 100644 --- a/data/librfu_rodata.s +++ b/data/librfu_rodata.s @@ -11,6 +11,7 @@ _Str_RfuHeader:: .byte 3, 22, 18, 14, 13, 9, 11, 3 .byte 15, 15, 1, 3, 3, 0, 0x7f, 0 + @ .ascii "RFU_V1024" .ascii "RFU_V" .byte VERSION_MAJOR + 0x30 .byte VERSION_MINOR + 0x30 |