RT1050_FreeRTOS_Hello/source/sdmmc_config.h

10 lines
184 B
C
Raw Normal View History

2021-03-07 18:01:49 +00:00
#ifndef __SDMMC_CONFIG_H
#define __SDMMC_CONFIG_H
#include "fsl_sd.h"
#include "clock_config.h"
#include "fsl_gpio.h"
#include "fsl_sdmmc_host.h"
#include "fsl_sdmmc_common.h"
#endif