# HG changeset patch
# User heinrichsweikamp
# Date 1579092061 -3600
# Node ID 54a480c43e977db8fc6969551ad6148f2ad46e15
# Parent  bcf447646e076ff02de40a3809e0abbb04f6bc60
1.5.2 beta with RTE 2.02

diff -r bcf447646e07 -r 54a480c43e97 Current build/OSTC4update_191124.bin
Binary file Current build/OSTC4update_191124.bin has changed
diff -r bcf447646e07 -r 54a480c43e97 Current build/OSTC4update_200115.bin
Binary file Current build/OSTC4update_200115.bin has changed
diff -r bcf447646e07 -r 54a480c43e97 Discovery/Src/settings.c
--- a/Discovery/Src/settings.c	Wed Jan 15 10:53:15 2020 +0000
+++ b/Discovery/Src/settings.c	Wed Jan 15 13:41:01 2020 +0100
@@ -56,8 +56,8 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 5,
-    .versionThird   = 1,
-    .versionBeta    = 0,
+    .versionThird   = 2,
+    .versionBeta    = 1,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
diff -r bcf447646e07 -r 54a480c43e97 Small_CPU/Src/baseCPU2.c
--- a/Small_CPU/Src/baseCPU2.c	Wed Jan 15 10:53:15 2020 +0000
+++ b/Small_CPU/Src/baseCPU2.c	Wed Jan 15 13:41:01 2020 +0100
@@ -162,7 +162,7 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 2,
-		.versionSecond = 1,
+		.versionSecond = 2,
 		.versionThird = 0,
 		.versionBeta = 0,