14 lines
187 B
C
14 lines
187 B
C
|
/*
|
||
|
* test_c125.h
|
||
|
*
|
||
|
* Created on: Jan 3, 2019
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||
|
*/
|
||
|
|
||
|
#ifndef TEST_C125_H_
|
||
|
#define TEST_C125_H_
|
||
|
|
||
|
void testCJ125();
|
||
|
|
||
|
#endif /* TEST_C125_H_ */
|