Hw layer rearrangement (#2707)

* Fix unit_tests

* simulator: fix redifinition of TS_PRIMARY_SERIAL warning
This commit is contained in:
Andrey G 2021-05-16 15:19:34 +03:00 committed by GitHub
parent 8ac3de90fd
commit 54eeac2c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 \