| asm volatile ("nop"); | asm volatile ("nop"); | ||||
| asm volatile ("nop"); | asm volatile ("nop"); | ||||
| // programs using the watchdog timer or needing to initialize hardware as | // programs using the watchdog timer or needing to initialize hardware as | ||||
| // early as possible can implement startup_default_early_hook() | |||||
| startup_default_early_hook(); | |||||
| // early as possible can implement startup_early_hook() | |||||
| startup_early_hook(); | |||||
| // enable clocks to always-used peripherals | // enable clocks to always-used peripherals | ||||
| #if defined(__MK20DX128__) | #if defined(__MK20DX128__) |