Przeglądaj źródła

Merge pull request #290 from dav1901/doc

Fix typo
teensy4-core
Paul Stoffregen 6 lat temu
rodzic
commit
4868fb11e0
Brak konta powiązanego z adresem e-mail autora
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      teensy3/kinetis.h
  2. +1
    -1
      teensy3/serial6_lpuart.c

+ 1
- 1
teensy3/kinetis.h Wyświetl plik

@@ -4551,7 +4551,7 @@ typedef struct {
#define SPI1_MH (KINETISL_SPI1.MH) // Match High
#define SPI1_DL (KINETISL_SPI1.DL) // Data Low
#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
#endif


+ 1
- 1
teensy3/serial6_lpuart.c Wyświetl plik

@@ -460,4 +460,4 @@ void lpuart0_status_isr(void)
}
}

#endif // HAS_KINETISK_UART4
#endif // HAS_KINETISK_LPUART0

Ładowanie…
Anuluj
Zapisz