From 257a7b8789951d886dc38adb0561819e7172ac76 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 23 Apr 2019 11:37:34 +0900 Subject: Fix up modulation and lcd transfer scheduling --- driver_fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_fw/Makefile') diff --git a/driver_fw/Makefile b/driver_fw/Makefile index ef0375d..84098e2 100644 --- a/driver_fw/Makefile +++ b/driver_fw/Makefile @@ -37,7 +37,7 @@ SOURCES = main.c startup_stm32f030x6.s system_stm32f0xx.c base.c $(HAL_PATH)/Src .PHONY: program clean -all: main.elf main.pdf +all: main.elf cmsis_exports.c: $(CMSIS_DEV_PATH)/Include/stm32f030x6.h $(CMSIS_PATH)/Include/core_cm0.h python3 gen_cmsis_exports.py $^ > $@ -- cgit