فهرست منبع

#IQRV #comment GPIO去除日志验证

80374374 1 سال پیش
والد
کامیت
44cc85226c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Module/mod_gpio/mod_gpio.cpp

+ 2 - 2
Module/mod_gpio/mod_gpio.cpp

@@ -947,9 +947,9 @@ void CGpioEntity::OnPositiveLevelTimerOut(void* pData)
 #if defined(RVC_OS_LINUX)
 		DWORD dwReq(GPIO_DEV_SN_LIGHT_SENSOR_ALL);
 		DWORD dwMode = 0;
-		DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("to DetectStatus 0x%X...", dwReq);
+		//DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("to DetectStatus 0x%X...", dwReq);
 		err = m_hDevHelper->DetectStatus(dwReq, dwMode);
-		DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("DetectStatus return %s, 0x%X", SpStrError(err), dwMode);
+		//DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("DetectStatus return %s, 0x%X", SpStrError(err), dwMode);
 		btInput = dwMode;
 #else
         err = Error_NotSupport;