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