diff options
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS')
-rw-r--r-- | demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile-stm32f746_discovery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile-stm32f746_discovery b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile-stm32f746_discovery index cf672522b..678e0a95b 100644 --- a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile-stm32f746_discovery +++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/Makefile-stm32f746_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ $(TESTSRC) \ $(CHIBIOS)/os/various/evtimer.c \ $(CONFDIR)/portab.c \ - src/usbcfg.c main.c + usbcfg.c main.c web/web.c web/cert.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. |