fome-fw/unit_tests/tests/test_signal_executor.h

14 lines
242 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file test_signal_executor.h
*
* @date Nov 28, 2013
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
#ifndef TEST_SIGNAL_EXECUTOR_H_
#define TEST_SIGNAL_EXECUTOR_H_
int getRevolutionCounter();
#endif /* TEST_SIGNAL_EXECUTOR_H_ */