diff Small_CPU/Src/baseCPU2.c @ 324:d4d8d717e9a7

increase RTE to 1.9 and Firmware to 1.4.9 beta add update files for testing purposes
author heinrichsweikamp
date Sun, 30 Jun 2019 22:12:15 +0200
parents 733877ab87d9
children da5b91b1e20e
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c	Sun Jun 30 19:52:46 2019 +0000
+++ b/Small_CPU/Src/baseCPU2.c	Sun Jun 30 22:12:15 2019 +0200
@@ -162,7 +162,7 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 1,
-		.versionSecond = 8,
+		.versionSecond = 9,
 		.versionThird = 0,
 		.versionBeta = 0,
 
@@ -170,8 +170,8 @@
 		.signature = "mh",
 
 		.release_year = 19,
-		.release_month = 5,
-		.release_day = 6,
+		.release_month = 7,
+		.release_day = 1,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */