soc: rt1xxx: fix build errors
remove LOG_ERR in soc init fixing: #42179 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
b9dfe371f5
commit
496dd79fdb
2 changed files with 0 additions and 2 deletions
|
@ -269,7 +269,6 @@ void imxrt_audio_codec_pll_init(uint32_t clock_name, uint32_t clk_src,
|
|||
CLOCK_SetDiv(kCLOCK_Sai2Div, clk_src_div);
|
||||
break;
|
||||
default:
|
||||
LOG_ERR("wrong clock system configured");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -515,7 +515,6 @@ void imxrt_audio_codec_pll_init(uint32_t clock_name, uint32_t clk_src,
|
|||
CLOCK_SetRootClockDiv(kCLOCK_Root_Sai4, clk_src_div);
|
||||
break;
|
||||
default:
|
||||
LOG_ERR("wrong clock system configured");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue