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