Skip to content

Commit 29e4fb9

Browse files
authored
Merge pull request #70 from carlosperate/st
Fix include path for stm32l151 project.
2 parents f1c0510 + 1206593 commit 29e4fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/st/FlashDev.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Initial release
3030
*/
3131

32-
#include "..\FlashOS.H" // FlashOS Structures
32+
#include "FlashOS.H" // FlashOS Structures
3333

3434
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
3535
#define DEVICE_NAME "STM32L151 256kB Flash"

source/st/FlashPrg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Initial release
3030
*/
3131

32-
#include "..\FlashOS.H" // FlashOS Structures
32+
#include "FlashOS.H" // FlashOS Structures
3333

3434
typedef volatile unsigned char vu8;
3535
typedef volatile unsigned long vu32;

0 commit comments

Comments
 (0)