rusefi-1/unit_tests/test_pid_auto.h

14 lines
212 B
C
Raw Normal View History

2017-09-14 04:58:58 -07:00
/*
2017-09-14 18:00:28 -07:00
* @file test_pid_auto.h
2017-09-14 04:58:58 -07:00
*
* Created on: Sep 14, 2017
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TEST_PID_AUTO_H_
#define TEST_PID_AUTO_H_
2018-12-01 08:36:05 -08:00
void testPidAuto();
2017-09-14 04:58:58 -07:00
#endif /* TEST_PID_AUTO_H_ */