A27系列优化I2C/RTC处理,新增版本A270Y
This commit is contained in:
@ -260,7 +260,11 @@ static void prvSetupHardware( void )
|
||||
|
||||
dma_init();
|
||||
spi_init();
|
||||
i2c_init();
|
||||
#if(CARLINK_CP || CARLINK_AA)
|
||||
i2c_init();
|
||||
#else
|
||||
printf("only ec i2c close.\r\n");
|
||||
#endif
|
||||
wdt_init();
|
||||
vdec_init();
|
||||
// itu_init();
|
||||
|
Reference in New Issue
Block a user