修复摄像头、科大讯飞、rcsp、彩屏仓等相关测试问题;

This commit is contained in:
huxi
2025-12-10 09:40:24 +08:00
parent bc195654bf
commit 719f612ab5
84 changed files with 3520 additions and 178 deletions
+1
View File
@@ -117,6 +117,7 @@ static u8 rdec_enter_deepsleep(void)
for (u32 i = 0; i < RDEC_MAX_NUM; i++) {
RDEC *RDECx = (RDEC *)rdec_id2rdec(i);
if (RDECx->CON == 0) {
rdec_reg[i].con = 0;
continue;
}
rdec_reg[i].con = RDECx->CON;