From 7ea1d0c6722720bb611ad57948b1b755aa7a1d85 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sun, 22 Oct 2017 17:07:10 +0800 Subject: [PATCH] [BSP] fix the compiling error --- bsp/simulator/drivers/sd_sim.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bsp/simulator/drivers/sd_sim.c b/bsp/simulator/drivers/sd_sim.c index 4a5739b4b6..b317e5428d 100755 --- a/bsp/simulator/drivers/sd_sim.c +++ b/bsp/simulator/drivers/sd_sim.c @@ -1,11 +1,9 @@ -#include -#include - #include #include -#ifdef _WIN32 #include -#endif + +#include +#include #ifdef DEBUG # define SD_TRACE rt_kprintf -- GitLab