Browse Source

sort files in the Makefile..

irr_shared
John-Mark Gurney 3 years ago
parent
commit
fbe09e92b7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Makefile

+ 3
- 3
Makefile View File

@@ -80,15 +80,15 @@ SRCS+= \
stm32l1xx_hal_cortex.c \
stm32l1xx_hal_dma.c \
stm32l1xx_hal_gpio.c \
stm32l1xx_hal_spi.c \
stm32l1xx_hal_pwr.c \
stm32l1xx_hal_pwr_ex.c \
stm32l1xx_hal_pcd.c \
stm32l1xx_hal_pcd_ex.c \
stm32l1xx_hal_pwr.c \
stm32l1xx_hal_pwr_ex.c \
stm32l1xx_hal_rcc.c \
stm32l1xx_hal_rcc_ex.c \
stm32l1xx_hal_rtc.c \
stm32l1xx_hal_rtc_ex.c \
stm32l1xx_hal_spi.c \
stm32l1xx_hal_uart.c \
system_stm32l1xx.c



Loading…
Cancel
Save