Mercurial > public > ostc4
diff Small_CPU/Src/baseCPU2.c @ 644:ebe3fc302ab8
Compile with ENABLE_CHARGER_STATUS_V2
author | heinrichs weikamp |
---|---|
date | Tue, 30 Mar 2021 10:34:12 +0200 |
parents | 06ec1da5e105 |
children | 9513a92b293b |
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c Wed Mar 24 22:06:00 2021 +0100 +++ b/Small_CPU/Src/baseCPU2.c Tue Mar 30 10:34:12 2021 +0200 @@ -165,7 +165,7 @@ // See CPU2-RTE.ld const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { .versionFirst = 2, - .versionSecond = 6, + .versionSecond = 7, .versionThird = 0, .versionBeta = 0, @@ -173,8 +173,8 @@ .signature = "mh", .release_year = 21, - .release_month = 2, - .release_day = 5, + .release_month = 3, + .release_day = 30, .release_sub = 0, /* max 48 with trailing 0 */