This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
sort files in the Makefile..
irr_shared
John-Mark Gurney
3 years ago
parent
0415edce83
commit
fbe09e92b7
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save