comparison Small_CPU/Src/baseCPU2.c @ 103:f5d2f02dc73f kittz

Generalize TEXT of pressure unit
author Dmitry Romanov <kitt@bk.ru>
date Wed, 28 Nov 2018 09:36:33 +0300
parents b364c75005bb
children 22a1094545f3
comparison
equal deleted inserted replaced
102:4276d56eb37c 103:f5d2f02dc73f
163 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. 163 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000.
164 // See CPU2-RTE.ld 164 // See CPU2-RTE.ld
165 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { 165 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
166 .versionFirst = 1, 166 .versionFirst = 1,
167 .versionSecond = 5, 167 .versionSecond = 5,
168 .versionThird = 2, 168 .versionThird = 1,
169 .versionBeta = 0, 169 .versionBeta = 0,
170 170
171 /* 4 bytes with trailing 0 */ 171 /* 4 bytes with trailing 0 */
172 .signature = "mh", 172 .signature = "mh",
173 173