1.usb插入时模式切换
This commit is contained in:
parent
b5b8983687
commit
bf0f59af83
|
@ -156,7 +156,7 @@ INT32 System_GetBootFirstMode(void)
|
||||||
printf("%s:%d CamMode :%d\n", __FUNCTION__, __LINE__,puiPara->CamMode);
|
printf("%s:%d CamMode :%d\n", __FUNCTION__, __LINE__,puiPara->CamMode);
|
||||||
if(GxUSB_GetIsUSBPlug())
|
if(GxUSB_GetIsUSBPlug())
|
||||||
{
|
{
|
||||||
return PRIMARY_MODE_USBMSDC;
|
return PRIMARY_MODE_TRANSCODE;//PRIMARY_MODE_USBMSDC;
|
||||||
}
|
}
|
||||||
else if((PWR_ON_SETUP != PowerOnMode) && (PWR_ON_MCU_UPDATA != PowerOnMode)/*|| (sf_get_fw_update())*/)
|
else if((PWR_ON_SETUP != PowerOnMode) && (PWR_ON_MCU_UPDATA != PowerOnMode)/*|| (sf_get_fw_update())*/)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user