fusee: correct 4.x free_code_space_offset value

This commit is contained in:
DavidBuchanan314 2018-06-13 22:26:00 +01:00
parent 58d2f8f0a5
commit 20a721a4a6

View file

@ -122,7 +122,7 @@ static const kernel_info_t g_kernel_infos[] = {
}, },
{ /* 4.0.0. */ { /* 4.0.0. */
.hash = {0xE6, 0xC0, 0xB7, 0xE3, 0x2F, 0xF9, 0x44, 0x51, 0xEC, 0xD5, 0x95, 0x79, 0xE3, 0x46, 0xB1, 0xDA, 0x2E, 0xD9, 0x28, 0xC6, 0xF2, 0x31, 0x4F, 0x95, 0xD8, 0xC7, 0xD5, 0xBD, 0x15, 0xD5, 0xE2, 0x5A}, .hash = {0xE6, 0xC0, 0xB7, 0xE3, 0x2F, 0xF9, 0x44, 0x51, 0xEC, 0xD5, 0x95, 0x79, 0xE3, 0x46, 0xB1, 0xDA, 0x2E, 0xD9, 0x28, 0xC6, 0xF2, 0x31, 0x4F, 0x95, 0xD8, 0xC7, 0xD5, 0xBD, 0x15, 0xD5, 0xE2, 0x5A},
.free_code_space_offset = 0x52890, .free_code_space_offset = 0x4FBC0,
KERNEL_HOOKS(400) KERNEL_HOOKS(400)
}, },
{ /* 5.0.0. */ { /* 5.0.0. */