mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-07 12:05:42 +00:00
update
This commit is contained in:
parent
4cf5fcf936
commit
151c53c5ce
11 changed files with 2342 additions and 2339 deletions
|
|
@ -516,9 +516,10 @@ void main(void)
|
|||
}
|
||||
#ifdef CONFIG_WDG_ON_IDLE
|
||||
HAL_PERI_ON_WRITE32(REG_SOC_FUNC_EN, HAL_PERI_ON_READ32(REG_SOC_FUNC_EN) & 0x1FFFFF);
|
||||
WDGInitial(5000); // 5 s
|
||||
WDGInitial(CONFIG_WDG_ON_IDLE * 1000); // 5 s
|
||||
WDGStart();
|
||||
#endif
|
||||
|
||||
#if (defined(CONFIG_CRYPTO_STARTUP) && (CONFIG_CRYPTO_STARTUP))
|
||||
if(rtl_cryptoEngine_init() != 0 ) {
|
||||
DBG_8195A("Crypto engine init failed!\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue