Mercurial > public > ostc4
changeset 608:6738028de847
Update RTE required value for release
author | heinrichsweikamp |
---|---|
date | Fri, 05 Feb 2021 14:53:50 +0100 |
parents | 96daa2aa31a8 |
children | 1b243c6c7067 |
files | Current build/OSTC4update_210205.bin Discovery/Src/settings.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Fri Feb 05 14:50:18 2021 +0100 +++ b/Discovery/Src/settings.c Fri Feb 05 14:53:50 2021 +0100 @@ -39,7 +39,7 @@ SSettings Settings; const uint8_t RTErequiredHigh = 2; -const uint8_t RTErequiredLow = 5; +const uint8_t RTErequiredLow = 6; const uint8_t FONTrequiredHigh = 1; const uint8_t FONTrequiredLow = 0;