We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1c0510 + 1206593 commit 29e4fb9Copy full SHA for 29e4fb9
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