auto-sync
This commit is contained in:
parent
57218f176c
commit
0e08397497
|
@ -1,11 +1,11 @@
|
||||||
TEST_SRC_C = boards.c \
|
TEST_SRC_C = boards.c
|
||||||
test_idle_controller.c
|
|
||||||
|
|
||||||
TEST_SRC_CPP = test_util.cpp \
|
TEST_SRC_CPP = test_util.cpp \
|
||||||
test_data_structures/test_event_registry.cpp \
|
test_data_structures/test_event_registry.cpp \
|
||||||
test_basic_math/test_find_index.cpp \
|
test_basic_math/test_find_index.cpp \
|
||||||
test_basic_math/test_interpolation_3d.cpp \
|
test_basic_math/test_interpolation_3d.cpp \
|
||||||
test_data_structures/test_engine_math.cpp \
|
test_data_structures/test_engine_math.cpp \
|
||||||
|
test_idle_controller.cpp \
|
||||||
test_trigger_decoder.cpp \
|
test_trigger_decoder.cpp \
|
||||||
test_fuel_map.cpp \
|
test_fuel_map.cpp \
|
||||||
engine_test_helper.cpp \
|
engine_test_helper.cpp \
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
void idleDebug(char *msg, int value) {
|
void idleDebug(const char *msg, int value) {
|
||||||
printf("%s\r\n", msg);
|
printf("%s\r\n", msg);
|
||||||
}
|
}
|
Loading…
Reference in New Issue