Hw layer rearrangement (#2707)
* Fix unit_tests * simulator: fix redifinition of TS_PRIMARY_SERIAL warning
This commit is contained in:
parent
0faa8a0166
commit
a441ff17a3
|
@ -13,7 +13,7 @@
|
||||||
// see SIM_SD1_PORT
|
// see SIM_SD1_PORT
|
||||||
#define CONSOLE_PORT (&SD1)
|
#define CONSOLE_PORT (&SD1)
|
||||||
// see SIM_SD2_PORT
|
// see SIM_SD2_PORT
|
||||||
#define TS_PRIMARY_SERIAL SD2
|
//#define TS_PRIMARY_SERIAL SD2
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This implementation writes to both windows console and console port
|
* This implementation writes to both windows console and console port
|
||||||
|
|
|
@ -50,7 +50,7 @@ CPPSRC += $(ALLCPPSRC) \
|
||||||
$(SYSTEMSRC_CPP) \
|
$(SYSTEMSRC_CPP) \
|
||||||
$(HW_LAYER_EMS_CPP) \
|
$(HW_LAYER_EMS_CPP) \
|
||||||
$(TUNERSTUDIO_SRC_CPP) \
|
$(TUNERSTUDIO_SRC_CPP) \
|
||||||
$(HW_SENSORS_SRC) \
|
$(HW_SENSORS_CPP) \
|
||||||
$(TRIGGER_SRC_CPP) \
|
$(TRIGGER_SRC_CPP) \
|
||||||
$(INIT_SRC_CPP) \
|
$(INIT_SRC_CPP) \
|
||||||
$(PROJECT_DIR)/../unit_tests/logicdata.cpp \
|
$(PROJECT_DIR)/../unit_tests/logicdata.cpp \
|
||||||
|
|
Loading…
Reference in New Issue