Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 66:90ceb2402d94
language updates
author | heinrichsweikamp |
---|---|
date | Wed, 15 Aug 2018 12:16:23 +0200 |
parents | 96026ba1834f |
children | 1eeab3e09f4d |
comparison
equal
deleted
inserted
replaced
65:feaee3f4696e | 66:90ceb2402d94 |
---|---|
53 | 53 |
54 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = | 54 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = |
55 { | 55 { |
56 .versionFirst = 1, | 56 .versionFirst = 1, |
57 .versionSecond = 3, | 57 .versionSecond = 3, |
58 .versionThird = 6, | 58 .versionThird = 5, |
59 .versionBeta = 0, | 59 .versionBeta = 0, |
60 | 60 |
61 /* 4 bytes with trailing 0 */ | 61 /* 4 bytes with trailing 0 */ |
62 .signature = "mh", | 62 .signature = "mh", |
63 | 63 |
64 .release_year = 18, | 64 .release_year = 18, |
65 .release_month = 8, | 65 .release_month = 8, |
66 .release_day = 6, | 66 .release_day = 15, |
67 .release_sub = 0, | 67 .release_sub = 0, |
68 | 68 |
69 /* max 48 with trailing 0 */ | 69 /* max 48 with trailing 0 */ |
70 //release_info ="12345678901234567890123456789012345678901" | 70 //release_info ="12345678901234567890123456789012345678901" |
71 .release_info ="going on", | 71 .release_info ="gcc_1st", |
72 | 72 |
73 /* for safety reasons and coming functions */ | 73 /* for safety reasons and coming functions */ |
74 .magic[0] = FIRMWARE_MAGIC_FIRST, | 74 .magic[0] = FIRMWARE_MAGIC_FIRST, |
75 .magic[1] = FIRMWARE_MAGIC_SECOND, | 75 .magic[1] = FIRMWARE_MAGIC_SECOND, |
76 .magic[2] = FIRMWARE_MAGIC_FIRMWARE, /* the magic byte */ | 76 .magic[2] = FIRMWARE_MAGIC_FIRMWARE, /* the magic byte */ |