16 lines
289 B
C
16 lines
289 B
C
|
/**
|
||
|
* @file trigger_gm.h
|
||
|
*
|
||
|
* @date Mar 28, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef TRIGGER_GM_H_
|
||
|
#define TRIGGER_GM_H_
|
||
|
|
||
|
#include "trigger_structure.h"
|
||
|
|
||
|
void configureGmTriggerShape(trigger_config_s *triggerConfig, trigger_shape_s *s);
|
||
|
|
||
|
#endif /* TRIGGER_GM_H_ */
|