fome-fw/unit_tests/test_idle_controller.cpp

13 lines
180 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>
2014-10-29 06:03:07 -07:00
void idleDebug(const char *msg, int value) {
2014-08-29 07:52:33 -07:00
printf("%s\r\n", msg);
}