16 lines
282 B
C
16 lines
282 B
C
|
/**
|
||
|
* @file trigger_chrysler.h
|
||
|
*
|
||
|
* @date Mar 24, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef TRIGGER_CHRYSLER_H_
|
||
|
#define TRIGGER_CHRYSLER_H_
|
||
|
|
||
|
#include "trigger_structure.h"
|
||
|
|
||
|
void configureNeonTriggerShape(trigger_shape_s *s);
|
||
|
|
||
|
#endif /* TRIGGER_CHRYSLER_H_ */
|