unifying_file_naming
This commit is contained in:
parent
ad46204200
commit
5311bfa502
|
@ -1,3 +1,3 @@
|
|||
HW_SENSORS_SRC = $(PROJECT_DIR)/hw_layer/sensors/CJ125.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/CJ125_logic.cpp \
|
||||
HW_SENSORS_SRC = $(PROJECT_DIR)/hw_layer/sensors/cj125.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/cj125_logic.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/sensors/yaw_rate_sensor.cpp
|
|
@ -142,7 +142,7 @@ CPPSRC = $(UTILSRC_CPP) \
|
|||
$(PROJECT_DIR)/development/sensor_chart.cpp \
|
||||
$(PROJECT_DIR)/development/trigger_emulator.cpp \
|
||||
$(HW_LAYER_EMS_CPP) \
|
||||
$(PROJECT_DIR)/hw_layer/sensors/CJ125.cpp \
|
||||
$(PROJECT_DIR)/hw_layer/sensors/cj125.cpp \
|
||||
$(TRIGGER_SRC_CPP) \
|
||||
$(TRIGGER_DECODERS_SRC_CPP) \
|
||||
$(SYSTEMSRC_CPP) \
|
||||
|
|
Loading…
Reference in New Issue