# HG changeset patch
# User heinrichsweikamp
# Date 1606997852 -3600
# Node ID 4644891d2f515381d115f097b19a6c51ee7fb2ab
# Parent  beb4d47542f1c691f4ef281dd2f2f27326eb3262
Minor: Functional inert cleanup of some unused variables

diff -r beb4d47542f1 -r 4644891d2f51 Small_CPU/Src/pressure.c
--- 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;