rusefi-1/unit_tests/test_idle_controller.c

13 lines
174 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/*
* test_idle_controller.c
*
* Created on: Oct 17, 2013
* Author: Andrey
*/
#include <stdio.h>
void idleDebug(char *msg, int value) {
printf("%s\r\n", msg);
}