rusefi-1/unit_tests/test_signal_executor.h

15 lines
273 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file test_signal_executor.h
*
* @date Nov 28, 2013
2016-04-02 20:01:58 -07:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef TEST_SIGNAL_EXECUTOR_H_
#define TEST_SIGNAL_EXECUTOR_H_
int getRevolutionCounter();
void testSignalExecutor(void);
#endif /* TEST_SIGNAL_EXECUTOR_H_ */