This commit is contained in:
lmx
2025-11-18 17:28:00 +08:00
parent ebca849be3
commit ad3ab64b72
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ const struct task_info task_info_table[] = {
#if AUDIO_ENC_MPT_SELF_ENABLE
{"enc_mpt_self", 3, 0, 512, 128 },
#endif/*AUDIO_ENC_MPT_SELF_ENABLE*/
{"update", 1, 0, 256, 0 },
// {"update", 1, 0, 256, 0 },
// {"tws_ota", 2, 0, 256, 0 },
// {"tws_ota_msg", 2, 0, 256, 128 },
// {"dw_update", 2, 0, 256, 128 },

View File

@ -47,7 +47,7 @@
*/
#define TCFG_HW_I2C0_PORTS 'B'
#define TCFG_HW_I2C0_CLK 4000000 //硬件IIC波特率:100k
#define TCFG_HW_I2C0_CLK 1000000 //硬件IIC波特率:100k
//*********************************************************************************//
// 硬件SPI 配置 //