Skip to content
Snippets Groups Projects
Commit 2af2cb42 authored by Craig Duffy's avatar Craig Duffy
Browse files

Update Makefile

parent 287ea2ae
Branches
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ ELF=demo.elf
OBJS= $(STARTUP) $(HAL_OBJS) main.o
HAL_OBJS= stm32l4xx_hal.o stm32l4xx_hal_rcc.o stm32l4xx_hal_rcc_ex.o stm32l4xx_hal_cortex.o stm32l4xx_hal_pwr.o stm32l4xx_hal_pwr_ex.o stm32l4xx_hal_dfsdm.o stm32l4xx_hal_gpio.o \
stm32l4xx_hal_flash.o stm32l4xx_hal_flash_ex.o stm32l4xx_hal_flash_ramfunc.o stm32l4xx_hal_dma.o stm32l4xx_hal_uart.o stm32l4xx_hal_uart_ex.o
HAL_OBJS= stm32l4xx_hal.o stm32l4xx_hal_rcc.o stm32l4xx_hal_rcc_ex.o stm32l4xx_hal_cortex.o stm32l4xx_hal_pwr.o stm32l4xx_hal_pwr_ex.o stm32l4xx_hal_gpio.o \
stm32l4xx_hal_dma.o stm32l4xx_hal_uart.o stm32l4xx_hal_uart_ex.o
# Tool path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment