diff Small_CPU/Src/baseCPU2.c @ 341:591c03a1e68d

change max. allowed surface pressure to 1030hPa (As in the small OSTC) Change Firmware to 1.5.1 Change RTE to 2.0 Create install file for testing and release
author heinrichsweikamp
date Sun, 06 Oct 2019 14:07:51 +0200
parents 37f45300bc2e
children cb3870f79e9d
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c	Mon Aug 19 11:42:31 2019 +0000
+++ b/Small_CPU/Src/baseCPU2.c	Sun Oct 06 14:07:51 2019 +0200
@@ -161,8 +161,8 @@
 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000.
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
-		.versionFirst = 1,
-		.versionSecond = 9,
+		.versionFirst = 2,
+		.versionSecond = 0,
 		.versionThird = 0,
 		.versionBeta = 0,
 
@@ -170,8 +170,8 @@
 		.signature = "mh",
 
 		.release_year = 19,
-		.release_month = 8,
-		.release_day = 5,
+		.release_month = 10,
+		.release_day = 6,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */