fome-fw/unit_tests/test_signal_executor.h

15 lines
273 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file test_signal_executor.h
*
* @date Nov 28, 2013
2015-01-12 16:05:46 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef TEST_SIGNAL_EXECUTOR_H_
#define TEST_SIGNAL_EXECUTOR_H_
2015-01-12 16:05:46 -08:00
int getRevolutionCounter();
2014-08-29 07:52:33 -07:00
void testSignalExecutor(void);
#endif /* TEST_SIGNAL_EXECUTOR_H_ */