mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 00:58:17 +01:00
fix for gcc warnings
This commit is contained in:
parent
c60aba2aae
commit
b1431f6317
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ const static int endpoint_Int_in=0x82; /* endpoint 0x81 address for IN */
|
|||
const static int timeout=5000; /* timeout in ms */
|
||||
|
||||
const static char uTemperature[] = { 0x01, 0x80, 0x33, 0x01, 0x00, 0x00, 0x00, 0x00 };
|
||||
const static char uIni1[] = { 0x01, 0x82, 0x77, 0x01, 0x00, 0x00, 0x00, 0x00 };
|
||||
const static char uIni2[] = { 0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00 };
|
||||
//const static char uIni1[] = { 0x01, 0x82, 0x77, 0x01, 0x00, 0x00, 0x00, 0x00 };
|
||||
//const static char uIni2[] = { 0x01, 0x86, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
||||
static int bsalir=1;
|
||||
static int debug=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue