#463 fixing unit_tests
This commit is contained in:
parent
096abaac5b
commit
7da05adee0
|
@ -131,6 +131,8 @@ TCPPSRC =
|
||||||
# List ASM source files here
|
# List ASM source files here
|
||||||
ASMSRC = $(PORTASM)
|
ASMSRC = $(PORTASM)
|
||||||
|
|
||||||
|
CHIBIOS=$(PROJECT_DIR)/ChibiOS3
|
||||||
|
|
||||||
INCDIR = . \
|
INCDIR = . \
|
||||||
$(PROJECT_DIR)/util \
|
$(PROJECT_DIR)/util \
|
||||||
$(PROJECT_DIR)/config/engines \
|
$(PROJECT_DIR)/config/engines \
|
||||||
|
@ -143,9 +145,10 @@ INCDIR = . \
|
||||||
$(PROJECT_DIR)/controllers/trigger \
|
$(PROJECT_DIR)/controllers/trigger \
|
||||||
$(PROJECT_DIR)/controllers/trigger/decoders \
|
$(PROJECT_DIR)/controllers/trigger/decoders \
|
||||||
$(PROJECT_DIR)/ext_algo \
|
$(PROJECT_DIR)/ext_algo \
|
||||||
$(PROJECT_DIR)/ChibiOS3/os/rt/include \
|
$(CHIBIOS)/os/rt/include \
|
||||||
$(PROJECT_DIR)/ChibiOS3/os/hal/lib/streams \
|
$(CHIBIOS)/os/rt/various \
|
||||||
$(PROJECT_DIR)/ChibiOS3/os/rt/various \
|
$(CHIBIOS)/os/hal/lib/streams \
|
||||||
|
$(CHIBIOS)/os/hal/include \
|
||||||
$(PROJECT_DIR)/hw_layer \
|
$(PROJECT_DIR)/hw_layer \
|
||||||
test_data_structures \
|
test_data_structures \
|
||||||
test_basic_math
|
test_basic_math
|
||||||
|
|
|
@ -36,10 +36,9 @@
|
||||||
|
|
||||||
typedef int32_t msg_t;
|
typedef int32_t msg_t;
|
||||||
|
|
||||||
#include "chstreams.h"
|
#include "hal_streams.h"
|
||||||
#include "memstreams.h"
|
#include "memstreams.h"
|
||||||
|
|
||||||
|
|
||||||
static engine_configuration_s ec;
|
static engine_configuration_s ec;
|
||||||
engine_configuration_s *engineConfiguration = &ec;
|
engine_configuration_s *engineConfiguration = &ec;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue