custom-board-bundle-sample-.../unit_tests/test_idle_controller.cpp

13 lines
203 B
C++
Raw Normal View History

2014-08-29 07:52:33 -07:00
/*
2014-12-31 22:03:31 -08:00
* @file test_idle_controller.cpp
2014-08-29 07:52:33 -07:00
*
2014-12-31 22:03:31 -08:00
* @date Oct 17, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
2014-08-29 07:52:33 -07:00
*/
#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);
}