This commit is contained in:
Andrey 2021-07-15 01:17:42 -04:00
parent b1f721e20b
commit c30064cd15
2 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
HW_LAYER_EMS += $(PROJECT_DIR)/hw_layer/ports/stm32/serial_over_usb/usbcfg.c \
$(PROJECT_DIR)/hw_layer/ports/stm32/serial_over_usb/usbconsole.c \
$(PROJECT_DIR)/hw_layer/ports/stm32/flash_int.c \
HW_LAYER_EMS_CPP += \
$(PROJECT_DIR)/hw_layer/ports/stm32/serial_over_usb/usbconsole.cpp \
$(PROJECT_DIR)/hw_layer/ports/stm32/stm32_pins.cpp \
$(PROJECT_DIR)/hw_layer/ports/stm32/stm32_common.cpp \
$(PROJECT_DIR)/hw_layer/ports/stm32/backup_ram.cpp \