Adding missing interrupt vector for SDHC on MK66F18 MCU

This commit is contained in:
Michael Walker 2018-05-08 07:39:53 -07:00
parent 6cc0927c06
commit 8f974a83a5
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_ */