14 lines
245 B
C
14 lines
245 B
C
|
/**
|
||
|
* @file test_trigger_decoder.h
|
||
|
*
|
||
|
* @date Dec 24, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2013
|
||
|
*/
|
||
|
|
||
|
#ifndef TEST_TRIGGER_DECODER_H_
|
||
|
#define TEST_TRIGGER_DECODER_H_
|
||
|
|
||
|
void testTriggerDecoder(void);
|
||
|
|
||
|
#endif /* TEST_TRIGGER_DECODER_H_ */
|