19 lines
284 B
C++
19 lines
284 B
C++
|
/*
|
||
|
* test_cj125.cpp
|
||
|
*
|
||
|
* Created on: Jan 3, 2019
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||
|
*/
|
||
|
|
||
|
|
||
|
#include "test_c125.h"
|
||
|
#include "CJ125.h"
|
||
|
|
||
|
void testCJ125() {
|
||
|
printf("====================================================================================== testCJ125\r\n");
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|