rusefi-1/firmware/hw_layer/HIP9011_logic.cpp

15 lines
203 B
C++
Raw Normal View History

2019-01-03 21:22:35 -08:00
/*
* @file HIP9011_logic.cpp
*
* Created on: Jan 3, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#include "HIP9011_logic.h"
HIP9011::HIP9011() {
needToInit = true;
state = NOT_READY;
}