diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -11,8 +11,7 @@ BUILD_NUMBER ?= 0 # SOURCES: list of sources in the user application -SOURCES = main.c system_stm32f0xx.c adc.c dma.c gpio.c i2c.c interrupts.c usart.c gps.c - +SOURCES = main.c adc.c gpio.c i2c.c interrupts.c usart.c gps.c system_stm32f0xx.c # TARGET: name of the user application TARGET = wsprhab-b$(BUILD_NUMBER)