Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 657:9513a92b293b
Update release date
author | heinrichs weikamp |
---|---|
date | Mon, 26 Apr 2021 15:03:04 +0200 |
parents | 890440ab993a |
children | 1b995079c045 |
comparison
equal
deleted
inserted
replaced
656:3ccf13af4651 | 657:9513a92b293b |
---|---|
57 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = | 57 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = |
58 { | 58 { |
59 .versionFirst = 1, | 59 .versionFirst = 1, |
60 .versionSecond = 5, | 60 .versionSecond = 5, |
61 .versionThird = 8, | 61 .versionThird = 8, |
62 .versionBeta = 0, | 62 .versionBeta = 1, |
63 | 63 |
64 /* 4 bytes with trailing 0 */ | 64 /* 4 bytes with trailing 0 */ |
65 .signature = "mh", | 65 .signature = "mh", |
66 | 66 |
67 .release_year = 21, | 67 .release_year = 21, |
68 .release_month = 03, | 68 .release_month = 04, |
69 .release_day = 30, | 69 .release_day = 26, |
70 .release_sub = 0, | 70 .release_sub = 0, |
71 | 71 |
72 /* max 48 with trailing 0 */ | 72 /* max 48 with trailing 0 */ |
73 //release_info ="12345678901234567890123456789012345678901" | 73 //release_info ="12345678901234567890123456789012345678901" |
74 .release_info ="gcc_2nd", | 74 .release_info ="gcc_2nd", |