comparison Small_CPU/Src/baseCPU2.c @ 768:dfdfea8897f3

1.6.2 release
author heinrichsweikamp
date Thu, 13 Apr 2023 09:35:43 +0200
parents aa6006975e76
children ff66b41d6fe4
comparison
equal deleted inserted replaced
767:14d6f8853b28 768:dfdfea8897f3
172 172
173 /* 4 bytes with trailing 0 */ 173 /* 4 bytes with trailing 0 */
174 .signature = "mh", 174 .signature = "mh",
175 175
176 .release_year = 23, 176 .release_year = 23,
177 .release_month = 3, 177 .release_month = 4,
178 .release_day = 26, 178 .release_day = 13,
179 .release_sub = 0, 179 .release_sub = 0,
180 180
181 /* max 48 with trailing 0 */ 181 /* max 48 with trailing 0 */
182 //release_info ="12345678901234567890123456789012345678901" 182 //release_info ="12345678901234567890123456789012345678901"
183 .release_info = "stable March 2023", 183 .release_info = "stable April 2023",
184 184
185 /* for safety reasons and coming functions */ 185 /* for safety reasons and coming functions */
186 .magic[0] = FIRMWARE_MAGIC_FIRST, .magic[1] = FIRMWARE_MAGIC_SECOND, 186 .magic[0] = FIRMWARE_MAGIC_FIRST, .magic[1] = FIRMWARE_MAGIC_SECOND,
187 .magic[2] = FIRMWARE_MAGIC_CPU2_RTE, /* the magic byte for RTE */ 187 .magic[2] = FIRMWARE_MAGIC_CPU2_RTE, /* the magic byte for RTE */
188 .magic[3] = FIRMWARE_MAGIC_END 188 .magic[3] = FIRMWARE_MAGIC_END