16 lines
247 B
C
16 lines
247 B
C
|
/**
|
||
|
* @file map_multiplier.h
|
||
|
* @brief dead code
|
||
|
*
|
||
|
*
|
||
|
* @date Jul 23, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef MAP_MULTIPLIER_H_
|
||
|
#define MAP_MULTIPLIER_H_
|
||
|
|
||
|
void initMapAdjusterThread(void);
|
||
|
|
||
|
#endif /* MAP_MULTIPLIER_H_ */
|