Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 608:6738028de847
Update RTE required value for release
author | heinrichsweikamp |
---|---|
date | Fri, 05 Feb 2021 14:53:50 +0100 |
parents | 06ec1da5e105 |
children | 13ded99ecd56 |
comparison
equal
deleted
inserted
replaced
607:96daa2aa31a8 | 608:6738028de847 |
---|---|
37 #include "data_central.h" | 37 #include "data_central.h" |
38 | 38 |
39 SSettings Settings; | 39 SSettings Settings; |
40 | 40 |
41 const uint8_t RTErequiredHigh = 2; | 41 const uint8_t RTErequiredHigh = 2; |
42 const uint8_t RTErequiredLow = 5; | 42 const uint8_t RTErequiredLow = 6; |
43 | 43 |
44 const uint8_t FONTrequiredHigh = 1; | 44 const uint8_t FONTrequiredHigh = 1; |
45 const uint8_t FONTrequiredLow = 0; | 45 const uint8_t FONTrequiredLow = 0; |
46 | 46 |
47 uint8_t RTEactualHigh = 0; | 47 uint8_t RTEactualHigh = 0; |