11 lines
145 B
C
11 lines
145 B
C
|
/*
|
||
|
* @file knock_logic.h
|
||
|
*
|
||
|
* @date Apr 04, 2021
|
||
|
* @author Andrey Gusakov
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
int getCylinderKnockBank(uint8_t cylinderIndex);
|