We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e24a4 commit 1206593Copy full SHA for 1206593
source/st/FlashDev.c
@@ -29,7 +29,7 @@
29
* Initial release
30
*/
31
32
-#include "..\FlashOS.H" // FlashOS Structures
+#include "FlashOS.H" // FlashOS Structures
33
34
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
35
#define DEVICE_NAME "STM32L151 256kB Flash"
source/st/FlashPrg.c
typedef volatile unsigned char vu8;
typedef volatile unsigned long vu32;
0 commit comments