删除N938宏

TempBranch
陈曦 7 months ago
parent cc6a91d739
commit b70a6a2999

@ -41,7 +41,6 @@
#define CMD_SET_CAM_3V3_EN_STATE 132
#endif
#ifdef USING_N938
#if 1 //云台
#define CMD_SET_485_ENABLE 512
@ -166,7 +165,6 @@
#endif
#endif // USING_N938
#ifdef USING_N938
#define GPIO_NODE_N938 "/sys/devices/platform/1000b000.pinctrl/mt_gpio"

@ -3133,8 +3133,6 @@ void CPhoneDevice::UpdateSimcard(const std::string& simcard)
#ifdef USING_N938
int CPhoneDevice::GetIceData(IDevice::ICE_INFO *iceInfo, IDevice::ICE_TAIL *iceTail, SENSOR_PARAM *sensorParam)
{
Collect_sensor_data(); //15s
@ -3284,14 +3282,3 @@ bool CPhoneDevice::CloseSensors(int sensortype)
}
return 0;
}
#else
bool CPhoneDevice::OpenSensors(int sensortype)
{
return false;
}
bool CPhoneDevice::CloseSensors(int sensortype)
{
return false;
}
#endif

Loading…
Cancel
Save