rusefi/unit_tests/test_sensors.h

14 lines
205 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file test_sensors.h
*
* @date Dec 7, 2013
* @author Andrey Belomutskiy, (c) 2012-2013
*/
#ifndef TEST_SENSORS_H_
#define TEST_SENSORS_H_
void testSensors(void);
#endif /* TEST_SENSORS_H_ */