diff Small_CPU/Src/baseCPU2.c @ 100:b364c75005bb kittz

Stable.fix.
author Dmitry Romanov <kitt@bk.ru>
date Tue, 27 Nov 2018 12:59:56 +0300
parents 83857eb3b12b
children f5d2f02dc73f
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c	Mon Nov 26 15:25:52 2018 +0300
+++ b/Small_CPU/Src/baseCPU2.c	Tue Nov 27 12:59:56 2018 +0300
@@ -162,13 +162,19 @@
 
 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000.
 // See CPU2-RTE.ld
-const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))
-= { .versionFirst = 1, .versionSecond = 5, .versionThird = 2, .versionBeta = 0,
+const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
+		.versionFirst = 1,
+		.versionSecond = 5,
+		.versionThird = 2,
+		.versionBeta = 0,
 
 /* 4 bytes with trailing 0 */
-.signature = "mh",
+		.signature = "mh",
 
-.release_year = 18, .release_month = 7, .release_day = 29, .release_sub = 0,
+		.release_year = 18,
+		.release_month = 7,
+		.release_day = 29,
+		.release_sub = 0,
 
 		/* max 48 with trailing 0 */
 		//release_info ="12345678901234567890123456789012345678901"