|
@@ -3272,7 +3272,7 @@ int upgrade_check()
|
|
|
int isMatchStartUser(unsigned char gun_index)
|
|
|
{
|
|
|
uint8_t tmpUser[32];
|
|
|
- uint8_t isPrintLogOut;
|
|
|
+ uint8_t isPrintLogOut = OFF;
|
|
|
|
|
|
if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
|
|
|
{
|
|
@@ -3330,7 +3330,7 @@ int isMatchStartUser(unsigned char gun_index)
|
|
|
int isMatchPresentUser()
|
|
|
{
|
|
|
uint8_t tmpUser[32];
|
|
|
- uint8_t isPrintLogOut;
|
|
|
+ uint8_t isPrintLogOut = OFF;
|
|
|
|
|
|
if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
|
|
|
{
|