mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-25 18:32:16 +11:00
Update the version number
This commit is contained in:
parent
8a4559d4f9
commit
e1216fa616
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ static const uint8_t instruction_box[INSTR_BOX_SIZE] = {
|
|||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
18, 5, 1, 3, 8, 0, 0, 50, 48, 52, 56, 33,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
79, 0, 50, 48, 50, 53, 0, 50, 46, 48, 0, 79
|
||||
79, 0, 50, 48, 50, 53, 0, 50, 46, 49, 0, 79
|
||||
};
|
||||
|
||||
static const uint8_t demo_box[INSTR_BOX_SIZE] = {
|
||||
|
|
@ -117,7 +117,7 @@ static const uint8_t demo_box[INSTR_BOX_SIZE] = {
|
|||
4, 5, 0, 0, 4, 5, 13, 15, 0, 0, 13, 15,
|
||||
15, 4, 5, 0, 0, 4, 5, 13, 15, 0, 0, 13,
|
||||
13, 15, 4, 5, 0, 0, 4, 5, 13, 15, 0, 0,
|
||||
79, 0, 50, 48, 50, 53, 0, 50, 46, 48, 0, 79
|
||||
79, 0, 50, 48, 50, 53, 0, 50, 46, 49, 0, 79
|
||||
};
|
||||
|
||||
#ifdef _DEMO_MODE_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue