Mercurial > public > ostc4
diff Discovery/Src/logbook.c @ 457:4bd01f48c285 minor_improvments
Eliminated some minor warnings
author | ideenmodellierer |
---|---|
date | Tue, 24 Mar 2020 22:32:48 +0100 |
parents | 928a14568689 |
children | 5dd996ed8611 |
line wrap: on
line diff
--- a/Discovery/Src/logbook.c Tue Mar 24 22:14:16 2020 +0100 +++ b/Discovery/Src/logbook.c Tue Mar 24 22:32:48 2020 +0100 @@ -979,7 +979,7 @@ int32_t cnsLast = 0; int16_t decostepDepthVal = 0; int16_t decostepDepthLast = 0; - int16_t tankVal = 0; + uint16_t tankVal = 0; SManualGas manualGasVal; SManualGas manualGasLast;