mirror of https://github.com/ARMmbed/mbed-os.git
Comment out init_cycfg_system() to avoid HardFault before Secure Driver arrive
parent
89531b9163
commit
c4e8f8d816
|
@ -28,7 +28,7 @@
|
|||
|
||||
void init_cycfg_all(void)
|
||||
{
|
||||
init_cycfg_system();
|
||||
// init_cycfg_system();
|
||||
init_cycfg_clocks();
|
||||
init_cycfg_routing();
|
||||
init_cycfg_peripherals();
|
||||
|
|
Loading…
Reference in New Issue