Mercurial > public > ostc4
diff Small_CPU/Src/baseCPU2.c @ 439:5b4c78c36b04 v1.5.3 release
1.5.3 release
author | heinrichsweikamp |
---|---|
date | Thu, 27 Feb 2020 09:13:08 +0100 |
parents | aa286a4926c2 |
children | edfc1a464b42 |
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c Mon Feb 24 15:17:54 2020 +0100 +++ b/Small_CPU/Src/baseCPU2.c Thu Feb 27 09:13:08 2020 +0100 @@ -164,16 +164,16 @@ // See CPU2-RTE.ld const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { .versionFirst = 2, - .versionSecond = 2, + .versionSecond = 3, .versionThird = 0, .versionBeta = 0, /* 4 bytes with trailing 0 */ .signature = "mh", - .release_year = 19, - .release_month = 11, - .release_day = 23, + .release_year = 20, + .release_month = 2, + .release_day = 26, .release_sub = 0, /* max 48 with trailing 0 */