Mercurial > public > ostc4
changeset 579:4644891d2f51
Minor: Functional inert cleanup of some unused variables
author | heinrichsweikamp |
---|---|
date | Thu, 03 Dec 2020 13:17:32 +0100 |
parents | beb4d47542f1 |
children | 08af5d707c5a |
files | Small_CPU/Src/pressure.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Small_CPU/Src/pressure.c Sun Nov 29 23:02:11 2020 +0100 +++ b/Small_CPU/Src/pressure.c Thu Dec 03 13:17:32 2020 +0100 @@ -76,10 +76,6 @@ static uint32_t D2 = 1; //static uint8_t n_crc; -static int64_t C5_x_2p8 = 1; -static int64_t C2_x_2p16 = 1; -static int64_t C1_x_2p15 = 1; - /* short C2plus10000 = -1; short C3plus200 = -1; @@ -365,10 +361,6 @@ } // n_crc = crc4(C); // no evaluation at the moment hw 151026 - C5_x_2p8 = C[5] * 256; - C2_x_2p16 = C[2] * 65536; - C1_x_2p15 = C[1] * 32768; - if(global.I2C_SystemStatus == HAL_OK) { pressureSensorInitSuccess = 1;