auto-sync
This commit is contained in:
parent
e7d1e68683
commit
0169796436
|
@ -275,7 +275,7 @@ static void assertREquals(void *expected, void *actual) {
|
||||||
|
|
||||||
extern bool_t debugSignalExecutor;
|
extern bool_t debugSignalExecutor;
|
||||||
|
|
||||||
static void testRpmCalculator(void) {
|
void testRpmCalculator(void) {
|
||||||
printf("*************************************************** testRpmCalculator\r\n");
|
printf("*************************************************** testRpmCalculator\r\n");
|
||||||
|
|
||||||
EngineTestHelper eth(FORD_INLINE_6_1995);
|
EngineTestHelper eth(FORD_INLINE_6_1995);
|
||||||
|
|
|
@ -9,5 +9,6 @@
|
||||||
#define TEST_TRIGGER_DECODER_H_
|
#define TEST_TRIGGER_DECODER_H_
|
||||||
|
|
||||||
void testTriggerDecoder(void);
|
void testTriggerDecoder(void);
|
||||||
|
void testRpmCalculator(void);
|
||||||
|
|
||||||
#endif /* TEST_TRIGGER_DECODER_H_ */
|
#endif /* TEST_TRIGGER_DECODER_H_ */
|
||||||
|
|
Loading…
Reference in New Issue