瀏覽代碼

Merge pull request #290 from dav1901/doc

Fix typo
teensy4-core
Paul Stoffregen 6 年之前
父節點
當前提交
4868fb11e0
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      teensy3/kinetis.h
  2. +1
    -1
      teensy3/serial6_lpuart.c

+ 1
- 1
teensy3/kinetis.h 查看文件

#define SPI1_MH (KINETISL_SPI1.MH) // Match High #define SPI1_MH (KINETISL_SPI1.MH) // Match High
#define SPI1_DL (KINETISL_SPI1.DL) // Data Low #define SPI1_DL (KINETISL_SPI1.DL) // Data Low
#define SPI1_DH (KINETISL_SPI1.DH) // Data High #define SPI1_DH (KINETISL_SPI1.DH) // Data High
#define SPI1_CI (KINETISL_SPI1.CI) // Dlear Interrupt
#define SPI1_CI (KINETISL_SPI1.CI) // Clear Interrupt
#define SPI1_C3 (KINETISL_SPI1.C3) // Control Register 3 #define SPI1_C3 (KINETISL_SPI1.C3) // Control Register 3
#endif #endif



+ 1
- 1
teensy3/serial6_lpuart.c 查看文件

} }
} }


#endif // HAS_KINETISK_UART4
#endif // HAS_KINETISK_LPUART0

Loading…
取消
儲存