File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ SRC_C = \
14
14
main.c \
15
15
printf.c \
16
16
system_stm32f4xx.c \
17
+ stm32fxxx_it.c \
18
+ string0.c \
19
+ malloc0.c \
20
+ systick.c \
21
+ lexerstm.c \
17
22
led.c \
18
23
lcd.c \
19
24
flash.c \
20
25
storage.c \
21
26
mma.c \
22
- string0.c \
23
- malloc0.c \
24
- systick.c \
25
- stm32fxxx_it.c \
26
27
usart.c \
27
28
usb.c \
28
- sdio.c \
29
29
timer.c \
30
30
audio.c \
31
- lexerstm .c \
31
+ sdio .c \
32
32
33
33
SRC_S = \
34
34
startup_stm32f40xx.s \
@@ -62,6 +62,7 @@ SRC_FATFS = \
62
62
SRC_STM = \
63
63
stm32f4xx_rcc.c \
64
64
stm32f4xx_syscfg.c \
65
+ stm_misc.c \
65
66
stm32f4xx_flash.c \
66
67
stm32f4xx_dma.c \
67
68
stm32f4xx_gpio.c \
@@ -74,7 +75,6 @@ SRC_STM = \
74
75
stm32f4xx_spi.c \
75
76
stm32f4xx_dac.c \
76
77
stm32f4xx_rng.c \
77
- stm_misc.c \
78
78
usb_core.c \
79
79
usb_dcd.c \
80
80
usb_dcd_int.c \
You can’t perform that action at this time.
0 commit comments