Skip to content

Commit f744048

Browse files
authored
include backslashes replaced by slashes
1 parent f6dea1e commit f744048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

STM32F4/libraries/SDIO/SdioF4.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
*/
2020

2121
#include "SdioF4.h"
22-
#include <libmaple\sdio.h>
23-
#include <libmaple\dma.h>
22+
#include <libmaple/sdio.h>
23+
#include <libmaple/dma.h>
2424
#include <boards.h>
2525

2626
#define USE_DEBUG_MODE 0

0 commit comments

Comments
 (0)