瀏覽代碼

Opps, use startup_early_hook() in startup code

teensy4-core
PaulStoffregen 11 年之前
父節點
當前提交
262c04b029
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      teensy3/mk20dx128.c

+ 2
- 2
teensy3/mk20dx128.c 查看文件

@@ -366,8 +366,8 @@ void ResetHandler(void)
asm volatile ("nop");
asm volatile ("nop");
// 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
#if defined(__MK20DX128__)

Loading…
取消
儲存