2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file test_trigger_decoder.h
|
|
|
|
*
|
|
|
|
* @date Dec 24, 2013
|
2015-01-12 16:05:46 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_TRIGGER_DECODER_H_
|
|
|
|
#define TEST_TRIGGER_DECODER_H_
|
|
|
|
|
|
|
|
void testTriggerDecoder(void);
|
|
|
|
|
|
|
|
#endif /* TEST_TRIGGER_DECODER_H_ */
|