Skip to content

Commit 1206593

Browse files
committed
Fix include path for stm32l151 project.
1 parent 36e24a4 commit 1206593

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)