Просмотр исходного кода

Merge pull request #290 from dav1901/doc

Fix typo
main
Paul Stoffregen 7 лет назад
Родитель
Сommit
4868fb11e0
Аккаунт пользователя с таким Email не найден
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

Загрузка…
Отмена
Сохранить