comparison Discovery/Src/settings.c @ 695:49b164022335 Betatest

1.6.0 release
author heinrichsweikamp
date Fri, 19 Aug 2022 11:27:44 +0200
parents 5e9973957318
children 8adf9b8fc7fa
comparison
equal deleted inserted replaced
694:2a800dfe64f6 695:49b164022335
57 // =============================================================================== 57 // ===============================================================================
58 58
59 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = 59 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) =
60 { 60 {
61 .versionFirst = 1, 61 .versionFirst = 1,
62 .versionSecond = 5, 62 .versionSecond = 6,
63 .versionThird = 10, 63 .versionThird = 0,
64 .versionBeta = 0, 64 .versionBeta = 0,
65 65
66 /* 4 bytes with trailing 0 */ 66 /* 4 bytes with trailing 0 */
67 .signature = "mh", 67 .signature = "mh",
68 68
69 .release_year = 22, 69 .release_year = 22,
70 .release_month = 03, 70 .release_month = 8,
71 .release_day = 12, 71 .release_day = 19,
72 .release_sub = 0, 72 .release_sub = 0,
73 73
74 /* max 48 with trailing 0 */ 74 /* max 48 with trailing 0 */
75 //release_info ="12345678901234567890123456789012345678901" 75 //release_info ="12345678901234567890123456789012345678901"
76 .release_info ="gcc_2nd", 76 .release_info ="gcc_2nd",