rusefi/firmware/config/engines/slingshot.cpp

12 lines
196 B
C++
Raw Normal View History

2023-07-11 14:19:46 -07:00
/*
https://rusefi.com/docs/pinouts/hellen/hellen-112-17/
*/
2023-07-11 12:08:58 -07:00
#include "pch.h"
2023-07-12 08:34:25 -07:00
#include "defaults.h"
2023-07-11 12:08:58 -07:00
void setSlingshot() {
2023-07-19 07:54:21 -07:00
strcpy(engineConfiguration->engineMake, "Polaris");
2023-07-12 08:34:25 -07:00
setInline4();
2023-07-11 12:08:58 -07:00
}