Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 39:46530453eb01
Increase version number
author | Ideenmodellierer |
---|---|
date | Sun, 29 Jul 2018 16:17:25 +0200 |
parents | 5f11787b4f42 |
children | a7683f9765da |
comparison
equal
deleted
inserted
replaced
38:5f11787b4f42 | 39:46530453eb01 |
---|---|
166 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") )) | 166 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") )) |
167 = | 167 = |
168 { | 168 { |
169 .versionFirst = 1, | 169 .versionFirst = 1, |
170 .versionSecond = 4, | 170 .versionSecond = 4, |
171 .versionThird = 0, | 171 .versionThird = 1, |
172 .versionBeta = 1, | 172 .versionBeta = 1, |
173 | 173 |
174 /* 4 bytes with trailing 0 */ | 174 /* 4 bytes with trailing 0 */ |
175 .signature = "cw", | 175 .signature = "cw", |
176 | 176 |
177 .release_year = 17, | 177 .release_year = 18, |
178 .release_month = 9, | 178 .release_month = 7, |
179 .release_day = 13, | 179 .release_day = 29, |
180 .release_sub = 0, | 180 .release_sub = 0, |
181 | 181 |
182 /* max 48 with trailing 0 */ | 182 /* max 48 with trailing 0 */ |
183 //release_info ="12345678901234567890123456789012345678901" | 183 //release_info ="12345678901234567890123456789012345678901" |
184 .release_info = "compass stuff", | 184 .release_info = "compass stuff", |