Comment out init_cycfg_system() to avoid HardFault before Secure Driver arrive

pull/12787/head
Roman Okhrimenko 2020-03-26 18:32:36 +02:00
parent 89531b9163
commit c4e8f8d816
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
void init_cycfg_all(void)
{
init_cycfg_system();
// init_cycfg_system();
init_cycfg_clocks();
init_cycfg_routing();
init_cycfg_peripherals();