fome-fw/firmware/config/engines/zil130.h

14 lines
206 B
C
Raw Normal View History

2016-05-04 20:02:32 -07:00
/*
* @file engine_template.h
*
* @date May 4, 2016
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2016-05-04 20:02:32 -07:00
*/
2020-03-05 22:26:33 -08:00
#pragma once
2016-05-04 20:02:32 -07:00
#include "engine_configuration.h"
void setZil130(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2016-05-04 20:02:32 -07:00