Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 488:9eeab3fead8f
Added "I2C_DeInit();" in hardware detection routines. It's the recommended way
to do and solves potential issues with older OSTC4 hardware generations.
Increased RTE and RTE required numbers
updated "Current build"
author | heinrichsweikamp |
---|---|
date | Sat, 27 Jun 2020 18:40:32 +0200 |
parents | dddfe7917131 |
children | 4ce932235578 |
comparison
equal
deleted
inserted
replaced
487:0f5080f50ba7 | 488:9eeab3fead8f |
---|---|
36 #include "t7.h" | 36 #include "t7.h" |
37 | 37 |
38 SSettings Settings; | 38 SSettings Settings; |
39 | 39 |
40 const uint8_t RTErequiredHigh = 2; | 40 const uint8_t RTErequiredHigh = 2; |
41 const uint8_t RTErequiredLow = 3; | 41 const uint8_t RTErequiredLow = 4; |
42 | 42 |
43 const uint8_t FONTrequiredHigh = 1; | 43 const uint8_t FONTrequiredHigh = 1; |
44 const uint8_t FONTrequiredLow = 0; | 44 const uint8_t FONTrequiredLow = 0; |
45 | 45 |
46 uint8_t RTEactualHigh = 0; | 46 uint8_t RTEactualHigh = 0; |
62 | 62 |
63 /* 4 bytes with trailing 0 */ | 63 /* 4 bytes with trailing 0 */ |
64 .signature = "mh", | 64 .signature = "mh", |
65 | 65 |
66 .release_year = 20, | 66 .release_year = 20, |
67 .release_month = 4, | 67 .release_month = 6, |
68 .release_day = 8, | 68 .release_day = 30, |
69 .release_sub = 0, | 69 .release_sub = 0, |
70 | 70 |
71 /* max 48 with trailing 0 */ | 71 /* max 48 with trailing 0 */ |
72 //release_info ="12345678901234567890123456789012345678901" | 72 //release_info ="12345678901234567890123456789012345678901" |
73 .release_info ="gcc_2nd", | 73 .release_info ="gcc_2nd", |