Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 439:5b4c78c36b04 v1.5.3 release
1.5.3 release
author | heinrichsweikamp |
---|---|
date | Thu, 27 Feb 2020 09:13:08 +0100 |
parents | 49c3c5f0d0cb |
children | a5101c688b49 |
comparison
equal
deleted
inserted
replaced
438:597243c68849 | 439:5b4c78c36b04 |
---|---|
35 #include "motion.h" | 35 #include "motion.h" |
36 | 36 |
37 SSettings Settings; | 37 SSettings Settings; |
38 | 38 |
39 const uint8_t RTErequiredHigh = 2; | 39 const uint8_t RTErequiredHigh = 2; |
40 const uint8_t RTErequiredLow = 2; | 40 const uint8_t RTErequiredLow = 3; |
41 | 41 |
42 const uint8_t FONTrequiredHigh = 1; | 42 const uint8_t FONTrequiredHigh = 1; |
43 const uint8_t FONTrequiredLow = 0; | 43 const uint8_t FONTrequiredLow = 0; |
44 | 44 |
45 uint8_t RTEactualHigh = 0; | 45 uint8_t RTEactualHigh = 0; |
55 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = | 55 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = |
56 { | 56 { |
57 .versionFirst = 1, | 57 .versionFirst = 1, |
58 .versionSecond = 5, | 58 .versionSecond = 5, |
59 .versionThird = 3, | 59 .versionThird = 3, |
60 .versionBeta = 1, | 60 .versionBeta = 0, |
61 | 61 |
62 /* 4 bytes with trailing 0 */ | 62 /* 4 bytes with trailing 0 */ |
63 .signature = "mh", | 63 .signature = "mh", |
64 | 64 |
65 .release_year = 19, | 65 .release_year = 20, |
66 .release_month = 10, | 66 .release_month = 2, |
67 .release_day = 6, | 67 .release_day = 26, |
68 .release_sub = 0, | 68 .release_sub = 0, |
69 | 69 |
70 /* max 48 with trailing 0 */ | 70 /* max 48 with trailing 0 */ |
71 //release_info ="12345678901234567890123456789012345678901" | 71 //release_info ="12345678901234567890123456789012345678901" |
72 .release_info ="gcc_2nd", | 72 .release_info ="gcc_2nd", |