First test draft
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,7 +5,7 @@
|
||||
#Add Files and Folders below#########################################################
|
||||
CFILES = main.c syscalls/syscalls.c setup/system_init.c startup/startup_stm32f0xx.c
|
||||
ASFILES =
|
||||
INCLUDEPATH = -Iinclude -Iinclude/cmsis
|
||||
INCLUDEPATH = -Iinclude -Iinclude/cmsis -Ibme680-driver-fork
|
||||
|
||||
|
||||
target = bme680-air-meter
|
||||
@@ -17,7 +17,7 @@ mapfile = memmap
|
||||
|
||||
##Custom Files###
|
||||
|
||||
CFILES += bme680-driver-fork/bme680.c lcd.c delay.c
|
||||
CFILES += bme680-driver-fork/bme680.c lcd.c delay.c meas.c
|
||||
|
||||
|
||||
###################################################################################
|
||||
|
Reference in New Issue
Block a user