Hellen says merge #1772 more about ports
This commit is contained in:
parent
729bf748eb
commit
ed38250fd5
|
@ -1,6 +1,3 @@
|
|||
HW_LAYER_EGT = $(PROJECT_DIR)/hw_layer/serial_over_usb/usbcfg.c \
|
||||
$(PROJECT_DIR)/hw_layer/serial_over_usb/usbconsole.c
|
||||
|
||||
HW_INC = hw_layer/$(CPU_HWLAYER)
|
||||
|
||||
HW_LAYER_EGT_CPP = $(PROJECT_DIR)/hw_layer/can_hw.cpp \
|
||||
|
@ -35,8 +32,7 @@ HW_LAYER_EMS_CPP = $(HW_LAYER_EGT_CPP) \
|
|||
$(PROJECT_DIR)/hw_layer/servo.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/io_pins.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/rtc_helper.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/cdm_ion_sense.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/backup_ram.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/cdm_ion_sense.cpp
|
||||
|
||||
#
|
||||
# '-include' is a magic kind of 'include' which would survive if file to be included is not found
|
||||
|
|
Loading…
Reference in New Issue