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