From 56fb12dab497f14604e4037c8f134394bb8d078c Mon Sep 17 00:00:00 2001
From: shakemid <k-cima@kendama.asia>
Date: Thu, 14 Sep 2017 10:52:59 +0900
Subject: [PATCH] Remove unused const

---
 pcsensor.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pcsensor.c b/pcsensor.c
index 499b3e2..a274151 100644
--- a/pcsensor.c
+++ b/pcsensor.c
@@ -52,11 +52,7 @@
 #define MAX_DEV 8
 
 const static int reqIntLen=8;
-const static int reqBulkLen=8;
 const static int endpoint_Int_in=0x82; /* endpoint 0x81 address for IN */
-const static int endpoint_Int_out=0x00; /* endpoint 1 address for OUT */
-const static int endpoint_Bulk_in=0x82; /* endpoint 0x81 address for IN */
-const static int endpoint_Bulk_out=0x00; /* endpoint 1 address for OUT */
 const static int timeout=5000; /* timeout in ms */
 
 const static char uTemperature[] = { 0x01, 0x80, 0x33, 0x01, 0x00, 0x00, 0x00, 0x00 };