16 lines
322 B
C
16 lines
322 B
C
/**
|
|
* @file trigger_nissan.h
|
|
*
|
|
* @date Sep 19, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
|
|
#define CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
|
|
|
|
#include "trigger_structure.h"
|
|
|
|
void initializeNissan(TriggerShape *s);
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ */
|