15 lines
288 B
C
15 lines
288 B
C
|
/**
|
||
|
* @file test_accel_enrichment.h
|
||
|
*
|
||
|
* Created on: apr 29, 2014
|
||
|
* Author: Dmitry Sidin
|
||
|
* Author: Andrey Belomutskiy, (c) 2012-2013
|
||
|
*/
|
||
|
|
||
|
#ifndef TEST_ACCEL_ENRICHMENT_H_
|
||
|
#define TEST_ACCEL_ENRICHMENT_H_
|
||
|
|
||
|
void testAccelEnrichment(void);
|
||
|
|
||
|
#endif /* TEST_ACCEL_ENRICHMENT_H_ */
|