From f20e55639c668a99ab61d9be107299f5506a3869 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Sep 2022 15:28:51 +0200 Subject: fix vscode configuration for windows --- stm32f091/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm32f091') diff --git a/stm32f091/makefile b/stm32f091/makefile index a359853..b5cf22f 100644 --- a/stm32f091/makefile +++ b/stm32f091/makefile @@ -72,7 +72,7 @@ flash: $(TARGET).bin compile_commands: clean compiledb make + ../scripts/compiledb-full-path-mingw.sh compile_commands.json clean: $(RM) $(TARGET).bin $(TARGET).elf $(OBJS) - -- cgit v1.2.3