Skip to content

Commit 1afc943

Browse files
authored
Merge pull request #6 from ruanqiuqiu/fix-stm32f7-headerfile
fix stm32f7 drv_sdio.h #include <drivers/xx.h> to #include <rtdevice.h>
2 parents 6763694 + fef63ef commit 1afc943

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/rtt/include/drv_sdio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include <drv_common.h>
1818
#include "drv_dma.h"
1919
#include <string.h>
20-
#include <drivers/mmcsd_core.h>
21-
#include <drivers/sdio.h>
2220

2321
#ifdef BSP_USING_SDIO
2422

0 commit comments

Comments
 (0)