hard_sdio_sd.h 154 B

12345678
  1. // 使用官方的SDMMC例程包
  2. #ifndef __HARD_SDIO_SD_H
  3. #define __HARD_SDIO_SD_H
  4. #include "hpm_sdmmc_sd.h"
  5. #include "ff.h"
  6. #include "diskio.h"
  7. #endif