Mercurial > public > ostc4
diff Small_CPU/Src/baseCPU2.c @ 728:5143e927219f
Added sensor map to Firmware <=> RTE inferface:
The sensor map contains a list of up to five sensors which may be connected to the external interface. The update includes the definition of the type as well as the data structure. to ensure compatibility the RTE and needed RTE version has been set to 3.0
author | Ideenmodellierer |
---|---|
date | Sat, 14 Jan 2023 20:41:36 +0100 |
parents | 1fbcca5bdf5d |
children | 30717de00f3a |
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c Sat Jan 14 20:37:20 2023 +0100 +++ b/Small_CPU/Src/baseCPU2.c Sat Jan 14 20:41:36 2023 +0100 @@ -165,8 +165,8 @@ // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. // See CPU2-RTE.ld const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { - .versionFirst = 2, - .versionSecond = 9, + .versionFirst = 3, + .versionSecond = 0, .versionThird = 1, .versionBeta = 1,