rusefi-1/unit_tests/test_pid_auto.cpp

18 lines
217 B
C++
Raw Normal View History

2017-09-14 04:58:58 -07:00
/*
* test_pid_auto.cpp
*
* Created on: Sep 14, 2017
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"
efitimems_t mockTimeMs = 0;
efitimems_t currentTimeMillis(void) {
return mockTimeMs;
}