Merge pull request #159 from walkerstop/sdhcfix

Adding missing interrupt vector for SDHC on MK66F18 MCU
This commit is contained in:
Fabien Poussin 2018-05-17 03:38:02 +02:00 committed by GitHub
commit 7790c2a1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@
/* LPTMR attributes.*/
#define KINETIS_LPTMR0_IRQ_VECTOR Vector128
/* SDHC (SDC, MMC, SDIO) attributes */
#define KINETIS_HAS_SDHC TRUE
#define KINETIS_SDHC_IRQ_VECTOR Vector184
/** @} */
#endif /* KINETIS_REGISTRY_H_ */