13 lines
174 B
C
13 lines
174 B
C
|
/*
|
||
|
* 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);
|
||
|
}
|