Bläddra i källkod

Merge pull request #4 from ruanqiuqiu/fix-stm32f1-headerfile

fix stm32f1 drv_sdio.h #include <drivers/xx.h> to #include <rtdevice.h>
shiwei 1 månad sedan
förälder
incheckning
b2ff30572e
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      drivers/rtt/include/drv_sdio.h

+ 0 - 2
drivers/rtt/include/drv_sdio.h

@@ -17,8 +17,6 @@
 #include <drv_common.h>
 #include "drv_dma.h"
 #include <string.h>
-#include <drivers/mmcsd_core.h>
-#include <drivers/sdio.h>
 
 #ifdef BSP_USING_SDIO